mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
Specify UTF-8 for javadoc as well
This commit is contained in:
parent
3ba08901eb
commit
9928bc85b0
@ -51,6 +51,7 @@
|
||||
|
||||
// Java 8 turns on doclint which we fail
|
||||
tasks.withType<Javadoc>().configureEach {
|
||||
options.encoding = "UTF-8"
|
||||
(options as StandardJavadocDocletOptions).apply {
|
||||
addStringOption("Xdoclint:none", "-quiet")
|
||||
tags(
|
||||
|
Loading…
Reference in New Issue
Block a user