From 80dff50b15bf713a73906c1a9a7bf41059aeaaf5 Mon Sep 17 00:00:00 2001 From: xjboss Date: Sat, 22 Jul 2017 22:09:51 +0800 Subject: [PATCH] . --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) 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