mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-24 13:57:33 +00:00
chore: suppress frame for javadoc
This commit is contained in:
parent
4f0f8d7821
commit
3a10503cc8
@ -150,7 +150,6 @@ tasks.withType<JavaCompile>().configureEach {
|
||||
tasks.withType<Javadoc>().configureEach {
|
||||
options {
|
||||
this as StandardJavadocDocletOptions
|
||||
addBooleanOption("frames", true)
|
||||
addBooleanOption("Xdoclint:none", true)
|
||||
addStringOption("Xmaxwarns", "1")
|
||||
encoding = "UTF-8"
|
||||
|
Loading…
Reference in New Issue
Block a user