Skip to content

Commit 1c8a087

Browse files
authored
fix javadoc plugin error during compilation on recent java versions (#52)
1 parent 54554dc commit 1c8a087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.apache.maven.plugins</groupId>
179179
<artifactId>maven-javadoc-plugin</artifactId>
180-
<version>3.0.0-M1</version>
180+
<version>3.0.1</version>
181181
<configuration>
182182
<quiet>false</quiet>
183183
<sourcepath>${project.basedir}/src/main/delombok</sourcepath>

0 commit comments

Comments
 (0)