Explorar o código

Set compile encoding to UTF-8

Luke Taylor %!s(int64=15) %!d(string=hai) anos
pai
achega
e7883024d9
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      gradle/javaprojects.gradle

+ 2 - 0
gradle/javaprojects.gradle

@@ -47,6 +47,8 @@ dependencies {
 
 sourceSets.main.compileClasspath += configurations.compileOnly
 
+[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
+
 System.setProperty('apacheDSWorkDir', "${buildDir}/apacheDSWork")
 
 test {