Skip to content

Commit

Permalink
Fix encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryLoenwind committed Nov 26, 2015
1 parent 5cafc7b commit 7c0aedd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ sourceSets {
}
}

compileJava {
options.encoding = 'UTF-8'
}

processResources {
inputs.property "version", mod_version
inputs.property "mcversion", project.minecraft.version
Expand Down

0 comments on commit 7c0aedd

Please sign in to comment.