[build] Compile Java with UTF-8 encoding (#5564)

This commit is contained in:
Tyler Veness
2023-08-24 00:03:38 -07:00
committed by GitHub
parent 2e4ad35e36
commit ed895815b5

View File

@@ -126,6 +126,7 @@ subprojects {
tasks.withType(JavaCompile) {
options.compilerArgs.add '-XDstringConcat=inline'
options.encoding = 'UTF-8'
}
// Enables UTF-8 support in Javadoc