Skip to content

Commit

Permalink
Update javadoc plugin and set source version
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix616 committed Jul 24, 2020
1 parent 223f9d2 commit c2d0004
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<version>3.2.0</version>
<configuration>
<source>8</source>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit c2d0004

Please sign in to comment.