mirror of
https://github.com/konsoletyper/teavm.git
synced 2025-02-17 11:19:48 +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 {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
tasks.withType<Javadoc>().configureEach {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
}
|
||||
|
||||
gradle.afterProject {
|
||||
|
Loading…
Reference in New Issue
Block a user