diff --git a/build.gradle b/build.gradle index c8965aa..c5b3243 100644 --- a/build.gradle +++ b/build.gradle @@ -334,3 +334,6 @@ task resolveAllDependencies { configurations.each { it.resolve() } } } +tasks.withType(JavaCompile) { + options.encoding = "UTF-8" +} \ No newline at end of file