Fixed, Code should be compiled as UTF-8

This commit is contained in:
2021-08-27 08:26:29 +02:00
parent 2ff1f61ce0
commit 66274185a3
2 changed files with 5 additions and 20 deletions
+5
View File
@@ -1,6 +1,11 @@
apply plugin: 'java'
apply plugin: 'eclipse'
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
options.compilerArgs << "-Xlint:deprecation"
}
eclipse {
classpath {
downloadJavadoc = true