Merge pull request #3645 from strump/patch-1

Added explicit encoding for Java source code
This commit is contained in:
vshcherb 2017-04-11 23:47:24 +02:00 committed by GitHub
commit c4931e52f6

View file

@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'application'
mainClassName = "net.osmand.util.GeoPointParserUtil"
compileJava.options.encoding = 'UTF-8'
tasks.withType(JavaCompile) {
sourceCompatibility = "1.7"