Skip to content

Commit

Permalink
ignore javadoc errors during release
Browse files Browse the repository at this point in the history
  • Loading branch information
rrayst committed Oct 19, 2022
1 parent 0d3dae5 commit 199ba36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<failOnError>false</failOnError>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 199ba36

Please sign in to comment.