Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
fix kermitt2#258: forcing compilation using utf-8
Browse files Browse the repository at this point in the history
Former-commit-id: 85891b4
  • Loading branch information
lfoppiano committed Nov 14, 2017
1 parent ae98f48 commit dd0754d
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 @@ -31,6 +31,10 @@ allprojects {
jacoco {
toolVersion = '0.7.1.201405082137'
}

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

subprojects {
Expand Down

0 comments on commit dd0754d

Please sign in to comment.