Skip to content

Commit

Permalink
fix javadoc error on java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterAlfredLee committed Aug 21, 2020
1 parent aba9018 commit ce59f39
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -531,14 +531,14 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
<jdk>[11,)</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<release>7</release>
</configuration>
</plugin>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<release>8</release>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit ce59f39

Please sign in to comment.