libreforge-updater
This commit is contained in:
+8
-1
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user