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 { dependencies {
compileOnly 'com.willfp:eco:6.37.3' 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' implementation 'org.joml:joml:1.10.4'
compileOnly 'org.jetbrains:annotations:23.0.0' compileOnly 'org.jetbrains:annotations:23.0.0'
@@ -56,6 +56,13 @@ allprojects {
options.encoding = 'UTF-8' options.encoding = 'UTF-8'
} }
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {
kotlinOptions {
jvmTarget = "17"
freeCompilerArgs = ['-Xjvm-default=all']
}
}
processResources { processResources {
filesNotMatching(["**/*.png", "**/models/**", "**/textures/**", "**lang.yml"]) { filesNotMatching(["**/*.png", "**/models/**", "**/textures/**", "**lang.yml"]) {
expand projectVersion: project.version expand projectVersion: project.version
+2 -2
View File
@@ -1,4 +1,4 @@
#libreforge-updater #libreforge-updater
#Mon Aug 29 10:58:05 BST 2022 #Tue Aug 30 19:21:31 BST 2022
version=4.52.0 version=4.53.0
plugin-name=Boosters plugin-name=Boosters