Update build.gradle.kts

(cherry picked from commit b99722f266209adf5db5d7a4d4bdabd53326205b)
This commit is contained in:
Steamworks 2023-10-15 18:00:59 -04:00 committed by mworzala
parent 2c4fbf4964
commit 5893a0b7c0
No known key found for this signature in database
GPG Key ID: B148F922E64797C7

View File

@ -47,6 +47,10 @@ allprojects {
jvmArgs("-Dminestom.viewable-packet=false")
jvmArgs("-Dminestom.inside-test=true")
}
tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
}
}
sourceSets {