Skip to content
Snippets Groups Projects
Commit 7f91a05a authored by vforchi's avatar vforchi
Browse files

changed encoding to UTF-8

parent 7ca76c66
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,10 @@ dependencies { ...@@ -16,6 +16,10 @@ dependencies {
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
} }
compileJava {
options.encoding = "UTF-8"
}
sourceSets.main.java.srcDirs = ["src"] sourceSets.main.java.srcDirs = ["src"]
// the tests fail because they have environemnt specific parameters // the tests fail because they have environemnt specific parameters
// sourceSets.test.java.srcDirs = ["test"] // sourceSets.test.java.srcDirs = ["test"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment