Skip to content

Commit

Permalink
force utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodWorkXGaming committed May 31, 2021
1 parent 497ea20 commit 83ec637
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'atm.bloodworkxgaming'
version = '2.0.0'
version = '2.1.0'

sourceCompatibility = 1.8

Expand Down Expand Up @@ -50,6 +50,11 @@ jar {
}
}

compileJava.options.encoding = 'UTF-8'

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}

tasks.build.dependsOn shadowJar

Expand Down

0 comments on commit 83ec637

Please sign in to comment.