From 7f91a05a73f85321c68bde9ba621b2f3d9282d99 Mon Sep 17 00:00:00 2001 From: vforchi <vforchi@users.noreply.github.com> Date: Tue, 28 Feb 2017 15:29:28 +0100 Subject: [PATCH] changed encoding to UTF-8 --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 2c62f1b..a649492 100644 --- a/build.gradle +++ b/build.gradle @@ -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"] -- GitLab