Commit 7f91a05a authored by vforchi's avatar vforchi
Browse files

changed encoding to UTF-8

parent 7ca76c66
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -16,6 +16,10 @@ dependencies {
    testCompile 'junit:junit:4.12'
}

compileJava {
    options.encoding = "UTF-8"
}

sourceSets.main.java.srcDirs = ["src"]
// the tests fail because they have environemnt specific parameters
// sourceSets.test.java.srcDirs = ["test"]