Specify UTF-8 for javadoc as well

This commit is contained in:
Octavia Togami 2021-11-02 10:45:35 -07:00
parent 3ba08901eb
commit 9928bc85b0
No known key found for this signature in database
GPG Key ID: CC364524D1983C99

View File

@ -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(