9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2025-12-30 12:19:12 +00:00

clean up cache

This commit is contained in:
XiaoMoMi
2024-12-28 17:34:30 +08:00
parent 9b26ce4e19
commit 1053b36f75

View File

@@ -32,4 +32,10 @@ dependencies {
compileOnly("org.lwjgl:lwjgl:${rootProject.properties["lwjgl_version"]}")
// Fast util
compileOnly("it.unimi.dsi:fastutil:${rootProject.properties["fastutil_version"]}")
}
}
tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
options.release.set(17)
dependsOn(tasks.clean)
}