Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
set the source to 8 in javadoc plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
xipki committed Apr 29, 2023
1 parent 8472556 commit 1c51e32
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,6 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>8</source>
</configuration>
<version>3.0.0</version>
</plugin>
<plugin>
Expand Down Expand Up @@ -320,7 +317,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<configuration>
<source>8</source>
<failOnError>true</failOnError>
<excludePackageNames>*.jaxb*</excludePackageNames>
</configuration>
Expand Down

0 comments on commit 1c51e32

Please sign in to comment.