Skip to content

Commit

Permalink
Added release property.
Browse files Browse the repository at this point in the history
  • Loading branch information
kausandr committed Jun 7, 2024
1 parent acb90d9 commit b37b641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
<verbose>${maven.compiler.verbose}</verbose>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<release>${maven.compiler.target}</release>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<fork>${maven.compiler.fork}</fork>
</configuration>
Expand Down Expand Up @@ -229,7 +230,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<configuration>
<failOnError>false</failOnError>
<failOnError>true</failOnError>
<doclint>all</doclint>
</configuration>
<executions>
Expand Down

0 comments on commit b37b641

Please sign in to comment.