Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24b357d

Browse files
jpraetmminella
authored andcommitted
options.encoding='UTF-8'
1 parent 3dc4c29 commit 24b357d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,13 @@ subprojects { subproject ->
107107
compileJava {
108108
sourceCompatibility=1.6
109109
targetCompatibility=1.6
110+
options.encoding='UTF-8'
110111
}
111112

112113
compileTestJava {
113114
sourceCompatibility=1.7
114115
targetCompatibility=1.7
116+
options.encoding='UTF-8'
115117
}
116118

117119
eclipse {

0 commit comments

Comments
 (0)