libreforge-updater

This commit is contained in:
Auxilor
2022-08-30 19:21:31 +01:00
parent dda0db78a9
commit 65301738b8
2 changed files with 10 additions and 3 deletions
+8 -1
View File
@@ -43,7 +43,7 @@ allprojects {
dependencies {
compileOnly 'com.willfp:eco:6.37.3'
implementation 'com.willfp:libreforge:3.89.0'
implementation 'com.willfp:libreforge:3.90.0'
implementation 'org.joml:joml:1.10.4'
compileOnly 'org.jetbrains:annotations:23.0.0'
@@ -56,6 +56,13 @@ allprojects {
options.encoding = 'UTF-8'
}
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {
kotlinOptions {
jvmTarget = "17"
freeCompilerArgs = ['-Xjvm-default=all']
}
}
processResources {
filesNotMatching(["**/*.png", "**/models/**", "**/textures/**", "**lang.yml"]) {
expand projectVersion: project.version