Skip to content

Commit

Permalink
fix javadoc plugin error during compilation on recent java versions (#52
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nickrobson authored Aug 23, 2020
1 parent 54554dc commit 1c8a087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.0.1</version>
<configuration>
<quiet>false</quiet>
<sourcepath>${project.basedir}/src/main/delombok</sourcepath>
Expand Down

0 comments on commit 1c8a087

Please sign in to comment.