Skip to content

Commit

Permalink
Fixes mockito#765: Set files encoding to UTF-8 to avoid build failure…
Browse files Browse the repository at this point in the history
…s on systems with different default encoding (mockito#780)
  • Loading branch information
isanych authored and TimvdLippe committed Nov 25, 2016
1 parent 92fcf8f commit 2e0533f
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 @@ -39,6 +39,7 @@ allprojects {
tasks.withType(JavaCompile) {
//I don't believe those warnings add value given modern IDEs
options.warnings = false
options.encoding = 'UTF-8'
}
}

Expand Down

0 comments on commit 2e0533f

Please sign in to comment.