Skip to content

Commit

Permalink
Merge pull request #9 from doofmars/encoding
Browse files Browse the repository at this point in the history
Set encoding to prevent errors with characters during gradle build
  • Loading branch information
boazy authored Sep 29, 2020
2 parents 668cd06 + 6ab039f commit ffdab0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies {

mainClassName = "TWEditor.Main"
version = "3.0.1"
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

launch4j {
mainClassName = project.mainClassName
Expand Down

0 comments on commit ffdab0a

Please sign in to comment.