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

Commit

Permalink
Set compile encoding to UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Dec 8, 2016
1 parent 2db4810 commit f892b97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ configure(allprojects) {
compileJava {
sourceCompatibility=1.8
targetCompatibility=1.8
options.encoding = "UTF-8"
}
compileTestJava {
sourceCompatibility=1.8
targetCompatibility=1.8
options.encoding = "UTF-8"
}

[compileJava, compileTestJava]*.options*.compilerArgs = [
Expand Down

0 comments on commit f892b97

Please sign in to comment.