Merge pull request #3645 from strump/patch-1
Added explicit encoding for Java source code
This commit is contained in:
commit
c4931e52f6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue