azkaban-aplcache
Changes
build.gradle 5(+5 -0)
Details
build.gradle 5(+5 -0)
diff --git a/build.gradle b/build.gradle
index 125fcde..6fd240d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -113,6 +113,11 @@ project(':azkaban-common') {
testCompile('junit:junit:4.11')
testCompile('org.hamcrest:hamcrest-all:1.3')
}
+
+ tasks.withType(JavaCompile) {
+ options.encoding = "UTF-8"
+ }
+
}
project(':azkaban-migration') {