mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-19 00:45:27 +01:00
specify utf8 for gradle compiler
This commit is contained in:
parent
6127a7fe11
commit
49a6ce7b8f
@ -6,6 +6,7 @@ group 'com.com.gmail.com.gmail.nossr50.mcmmo'
|
|||||||
version '2.2.0-SNAPSHOT'
|
version '2.2.0-SNAPSHOT'
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
|
compileJava.options.encoding = 'UTF-8'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
||||||
@ -40,3 +41,4 @@ dependencies {
|
|||||||
|
|
||||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user