mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-29 04:28:21 +01:00
Update build.gradle.kts
(cherry picked from commit b99722f266209adf5db5d7a4d4bdabd53326205b)
(cherry picked from commit 5893a0b7c0
)
This commit is contained in:
parent
ddcfccd7dd
commit
c65a921332
@ -47,6 +47,10 @@ allprojects {
|
||||
jvmArgs("-Dminestom.viewable-packet=false")
|
||||
jvmArgs("-Dminestom.inside-test=true")
|
||||
}
|
||||
|
||||
tasks.withType<JavaCompile> {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
Loading…
Reference in New Issue
Block a user