fix: Builds on windows again
This commit is contained in:
parent
23b72086bc
commit
733f0b2622
1 changed files with 5 additions and 0 deletions
|
@ -97,6 +97,11 @@ allprojects {
|
|||
targetCompatibility = javaVersion
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile::class) {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
|
||||
|
||||
group = properties("pluginGroup").get()
|
||||
version = pluginVersionFull().get()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue