1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-09 11:42:43 +00:00

chore: suppress frame for javadoc

This commit is contained in:
Arnaud Roques 2023-11-14 21:34:47 +01:00
parent 4f0f8d7821
commit 3a10503cc8

View File

@ -150,7 +150,6 @@ tasks.withType<JavaCompile>().configureEach {
tasks.withType<Javadoc>().configureEach { tasks.withType<Javadoc>().configureEach {
options { options {
this as StandardJavadocDocletOptions this as StandardJavadocDocletOptions
addBooleanOption("frames", true)
addBooleanOption("Xdoclint:none", true) addBooleanOption("Xdoclint:none", true)
addStringOption("Xmaxwarns", "1") addStringOption("Xmaxwarns", "1")
encoding = "UTF-8" encoding = "UTF-8"