1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Set compile encoding to UTF-8

This commit is contained in:
Luke Taylor
2010-08-17 02:16:12 +01:00
parent 4bd41cbf72
commit e7883024d9
+2
View File
@@ -47,6 +47,8 @@ dependencies {
sourceSets.main.compileClasspath += configurations.compileOnly
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
System.setProperty('apacheDSWorkDir', "${buildDir}/apacheDSWork")
test {