Skip to content

Commit

Permalink
Reduce javadoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Nov 19, 2024
1 parent 397fa2e commit a83854f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ subprojects {
'https://oss.sonatype.org/content/repositories/snapshots/' :
'https://oss.sonatype.org/service/local/staging/deploy/maven2';
configurations.implementation.transitive = true
javadoc.failOnError = false

java {
withJavadocJar()
Expand Down Expand Up @@ -120,6 +119,8 @@ subprojects {
}

javadoc {
failOnError = false
options.addStringOption('Xdoclint:all,-missing', '-quiet')
configure(options) {
windowTitle = "jPOS-EE ${project.version}"
header = "<b>jPOS-EE ${project.version}</b>"
Expand Down

0 comments on commit a83854f

Please sign in to comment.