Skip to content

Commit

Permalink
Specify version for Javadoc Plugin to make it work with newer JDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxopoly authored May 8, 2020
1 parent d08fa33 commit b6adffb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@
</goals>
</execution>
</executions>
<configuration>
<source>8</source>
</configuration>
</plugin>
<!-- https://maven.apache.org/plugins/maven-checkstyle-plugin/ -->
<plugin>
Expand Down

0 comments on commit b6adffb

Please sign in to comment.