1 changed files with 2 additions and 1 deletions
@ -1,6 +1,7 @@
@@ -1,6 +1,7 @@
|
||||
import org.gradle.api.tasks.javadoc.Javadoc |
||||
|
||||
project.tasks.withType(Javadoc).configureEach { |
||||
options.addBooleanOption('Xdoclint:all', true) |
||||
options.addBooleanOption('Werror', true) |
||||
// temporarily disable missing to get build to pass with JDK 25 |
||||
options.addStringOption('Xdoclint:all,-missing') |
||||
} |
||||
|
||||
Loading…
Reference in new issue