Made gradle shut up

This commit is contained in:
Auxilor
2021-11-26 09:28:12 +00:00
parent 5f118968d6
commit 62a94ba693

View File

@@ -74,6 +74,12 @@ allprojects {
options.encoding = 'UTF-8'
}
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {
kotlinOptions {
jvmTarget = "16"
}
}
processResources {
filesNotMatching(["**/*.png", "**/models/**", "**/textures/**"]) {
expand projectVersion: project.version