Explorar o código

Use correct encoding for compilation

Lars Grefer %!s(int64=6) %!d(string=hai) anos
pai
achega
1048601f3d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

@@ -30,4 +30,8 @@ subprojects {
 	plugins.withType(JavaPlugin) {
 		project.sourceCompatibility='1.8'
 	}
+
+	tasks.withType(JavaCompile) {
+		options.encoding = "latin1"
+	}
 }