libreforge-updater
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#libreforge-updater
|
||||
#Mon Aug 29 10:58:05 BST 2022
|
||||
version=4.52.0
|
||||
#Tue Aug 30 19:21:31 BST 2022
|
||||
version=4.53.0
|
||||
plugin-name=Boosters
|
||||
|
||||
Reference in New Issue
Block a user