We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc6c43 commit 03b43a1Copy full SHA for 03b43a1
1 file changed
build.gradle
@@ -31,6 +31,8 @@ subprojects {
31
apply plugin: 'java'
32
apply plugin: 'maven-publish'
33
34
+ compileJava.options.encoding = 'UTF-8'
35
+
36
publishing {
37
publications {
38
mavenJava(MavenPublication) {
0 commit comments