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.
1 parent 6652d23 commit 1b9541fCopy full SHA for 1b9541f
buildSrc/src/main/kotlin/commons-java-17.gradle.kts
@@ -6,3 +6,8 @@ java {
6
sourceCompatibility = JavaVersion.VERSION_17
7
targetCompatibility = JavaVersion.VERSION_17
8
}
9
+
10
11
+tasks.compileJava {
12
+ options.encoding = "UTF-8"
13
+}
0 commit comments