Don't fail on errors for Javadoc

This commit is contained in:
raoulvdberge
2022-03-26 12:43:16 +01:00
parent 6c4c38a579
commit 30c3c94642
2 changed files with 5 additions and 1 deletions

View File

@@ -172,3 +172,7 @@ publishing {
}
}
}
javadoc {
failOnError = false
}