Set java encoding again
This commit is contained in:
parent
8a2b64faef
commit
6c7d6077e8
1 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,11 @@ plugins {
|
|||
group = "dev.zontreck"
|
||||
archivesBaseName = "LibAC"
|
||||
|
||||
compileJava.options.encoding = "UTF-8"
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation
|
||||
}
|
||||
|
||||
|
||||
java {
|
||||
toolchain.languageVersion = JavaLanguageVersion.of(8)
|
||||
|
|
Loading…
Reference in a new issue