Skip to content

Commit

Permalink
Fix javadoc error by specifying java version
Browse files Browse the repository at this point in the history
  • Loading branch information
ning-y committed Dec 8, 2020
1 parent 186e1d6 commit 2b7927d
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 @@ -133,6 +133,9 @@
</goals>
</execution>
</executions>
<configuration>
<source>8</source>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 2b7927d

Please sign in to comment.