Skip to content

Commit

Permalink
Set encoding to prevent errors with characters during gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
doofmars committed Aug 28, 2020
1 parent 668cd06 commit 6ab039f
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 6ab039f

Please sign in to comment.