Skip to content

Commit

Permalink
Fix release javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
amanteaux committed Jun 1, 2023
1 parent 2b0a28d commit 6420ca6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<javadoc.java-version>8</javadoc.java-version>
<additionalparam>-Xdoclint:none</additionalparam>
</properties>

Expand Down Expand Up @@ -99,6 +100,7 @@
</executions>
<configuration>
<stylesheet>java</stylesheet>
<source>${javadoc.java-version}</source>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 6420ca6

Please sign in to comment.