gradle, javadoc, add class-use + utf8

This commit is contained in:
soloturn 2022-02-13 06:47:22 +01:00
parent 06b6493f69
commit 255b5180fe
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ tasks.withType<Javadoc> {
this as StandardJavadocDocletOptions
addBooleanOption("Xdoclint:none", true)
addStringOption("Xmaxwarns", "1")
encoding = "UTF-8"
isUse = true
}
}