From a71014b76ecbc1e6995157c71dcdc431dfbc0ec8 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 16 Jul 2018 17:06:23 +0200 Subject: [PATCH] build.gradle: Make sure source code is always parsed as UTF-8. --- enabler/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/enabler/build.gradle b/enabler/build.gradle index be291edc..9ea361eb 100644 --- a/enabler/build.gradle +++ b/enabler/build.gradle @@ -27,6 +27,7 @@ sourceSets { compileJava { sourceCompatibility '1.7' targetCompatibility '1.7' + options.encoding = 'UTF-8' } test {