fix: Builds on windows again

This commit is contained in:
FalsePattern 2024-03-08 17:26:47 +01:00
parent 23b72086bc
commit 733f0b2622
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23

View file

@ -97,6 +97,11 @@ allprojects {
targetCompatibility = javaVersion targetCompatibility = javaVersion
} }
tasks.withType(JavaCompile::class) {
options.encoding = "UTF-8"
}
group = properties("pluginGroup").get() group = properties("pluginGroup").get()
version = pluginVersionFull().get() version = pluginVersionFull().get()