We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9aa385 + b2cf414 commit 965a66bCopy full SHA for 965a66b
1 file changed
build.gradle
@@ -2,6 +2,9 @@ allprojects {
2
apply plugin: 'java-library'
3
apply plugin: 'maven'
4
5
+ compileJava.options.encoding = 'UTF-8'
6
+ compileTestJava.options.encoding = 'UTF-8'
7
+
8
sourceCompatibility = 1.8
9
targetCompatibility = 1.8
10
0 commit comments