also get rid of warning in build stage

This commit is contained in:
Leijurv 2019-01-30 11:54:02 -08:00
parent 68a9a1439a
commit 90fa347fc2
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ apply plugin: 'org.spongepowered.mixin'
sourceCompatibility = targetCompatibility = '1.8'
compileJava {
sourceCompatibility = targetCompatibility = '1.8'
options.encoding = "UTF-8"
}
sourceSets {