build.gradle: Make sure source code is always parsed as UTF-8.

This commit is contained in:
Andreas Schildbach 2018-07-16 17:06:23 +02:00
parent b2875ddd31
commit a71014b76e

View file

@ -27,6 +27,7 @@ sourceSets {
compileJava {
sourceCompatibility '1.7'
targetCompatibility '1.7'
options.encoding = 'UTF-8'
}
test {