mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
gradle build: setup javadoc charset
This commit is contained in:
parent
895ec99826
commit
389f689dab
|
@ -65,6 +65,9 @@ gradle.allprojects {
|
||||||
tasks.withType<JavaCompile>().configureEach {
|
tasks.withType<JavaCompile>().configureEach {
|
||||||
options.encoding = "UTF-8"
|
options.encoding = "UTF-8"
|
||||||
}
|
}
|
||||||
|
tasks.withType<Javadoc>().configureEach {
|
||||||
|
options.encoding = "UTF-8"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gradle.afterProject {
|
gradle.afterProject {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user