Set the default encoding for the project

This commit is contained in:
Zontreck 2024-02-06 20:52:50 -07:00
parent fed44dfd6f
commit 8a2b64faef

View file

@ -17,6 +17,8 @@ plugins {
group = "dev.zontreck"
archivesBaseName = "LibAC"
compileJava.options.encoding = "UTF-8"
java {
toolchain.languageVersion = JavaLanguageVersion.of(8)
withSourcesJar()
@ -89,4 +91,4 @@ publishing {
test {
useJUnitPlatform()
}
}