We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54e6b2 commit 644eb79Copy full SHA for 644eb79
1 file changed
build.gradle
@@ -5,10 +5,6 @@ repositories {
5
jcenter()
6
}
7
8
-tasks.withType(Compile) {
9
- options.encoding = "UTF-8"
10
-}
11
-
12
compileJava {
13
options.encoding = "UTF-8"
14
0 commit comments