Skip to content
Snippets Groups Projects
Commit 8c91c433 authored by dgelessus's avatar dgelessus
Browse files

Remove apparently no longer needed javadoc.failOnError = false

parent ebd8934a
Branches
Tags
No related merge requests found
......@@ -82,10 +82,6 @@ if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword')
sign configurations.archives
}
javadoc {
failOnError = false
}
task javadocJar(type: Jar) {
classifier = 'javadoc'
from javadoc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment