Skip to content

Commit 199ba36

Browse files
committed
ignore javadoc errors during release
1 parent 0d3dae5 commit 199ba36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@
198198
<goals>
199199
<goal>jar</goal>
200200
</goals>
201+
<configuration>
202+
<failOnError>false</failOnError>
203+
</configuration>
201204
</execution>
202205
</executions>
203206
</plugin>

0 commit comments

Comments
 (0)