We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0832fb8 commit 033b0f5Copy full SHA for 033b0f5
1 file changed
build.gradle.kts
@@ -26,6 +26,10 @@ publishing {
26
}
27
28
29
+tasks.withType<JavaCompile>().configureEach {
30
+ options.encoding = "UTF-8"
31
+}
32
+
33
tasks {
34
build {
35
dependsOn(test)
0 commit comments