We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02df298 commit a5b4625Copy full SHA for a5b4625
1 file changed
build.gradle.kts
@@ -13,6 +13,10 @@ java {
13
targetCompatibility = JavaVersion.VERSION_1_8
14
}
15
16
+tasks.withType<JavaCompile> {
17
+ options.encoding = "UTF-8"
18
+}
19
+
20
tasks.shadowJar {
21
manifest {
22
attributes(
0 commit comments