mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-25 14:27:33 +00:00
gradle javadoc, addBooleanOption instead of addStringOption
This commit is contained in:
parent
065e2b34d9
commit
ecc8dfe60a
@ -87,7 +87,7 @@ tasks.withType<JavaCompile> {
|
||||
tasks.withType<Javadoc> {
|
||||
options {
|
||||
this as StandardJavadocDocletOptions
|
||||
addStringOption("Xdoclint:none", "-quiet")
|
||||
addBooleanOption("Xdoclint:none", true)
|
||||
addStringOption("Xmaxwarns", "1")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user