9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-19 23:19:17 +00:00

Compare commits

...

9 Commits

Author SHA1 Message Date
Will FP
5c294b3fdf libreforge-updater 2025-03-29 14:22:43 +00:00
Will FP
4617528481 libreforge-updater 2025-01-31 11:55:35 +00:00
Will FP
b062ea3e0a libreforge-updater 2025-01-25 13:50:23 +00:00
Will FP
a1dcd0e2c7 Fix 2025-01-25 13:49:21 +00:00
Will FP
af70faa26f libreforge-updater 2025-01-25 13:46:18 +00:00
Will FP
21056bddec libreforge-updater 2024-11-06 18:35:16 +00:00
Will FP
8d1da21565 libreforge-updater 2024-10-22 12:16:17 +01:00
Will FP
44b5c540aa libreforge-updater 2024-09-22 17:03:30 +01:00
Auxilor
b0378a579d libreforge-updater 2024-09-02 11:30:01 +01:00
3 changed files with 12 additions and 10 deletions

View File

@@ -1,9 +1,11 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
plugins {
java
`java-library`
`maven-publish`
kotlin("jvm") version "1.9.20"
id("io.github.goooler.shadow") version "8.1.7"
kotlin("jvm") version "2.1.0"
id("com.gradleup.shadow") version "8.3.0"
id("com.willfp.libreforge-gradle-plugin") version "1.0.0"
}
@@ -23,7 +25,7 @@ allprojects {
apply(plugin = "java")
apply(plugin = "kotlin")
apply(plugin = "maven-publish")
apply(plugin = "io.github.goooler.shadow")
apply(plugin = "com.gradleup.shadow")
repositories {
mavenLocal()
@@ -38,7 +40,7 @@ allprojects {
dependencies {
compileOnly("com.willfp:eco:6.67.0")
compileOnly("org.jetbrains:annotations:23.0.0")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.9.20")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
compileOnly("com.github.ben-manes.caffeine:caffeine:3.1.5")
}
@@ -54,8 +56,8 @@ allprojects {
}
compileKotlin {
kotlinOptions {
jvmTarget = "17"
compilerOptions {
jvmTarget.set(JvmTarget.JVM_17)
}
}

View File

@@ -4,7 +4,7 @@ version = rootProject.version
dependencies {
compileOnly("io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT")
compileOnly("io.github.arcaneplugins:levelledmobs-plugin:4.0.2")
compileOnly("LibsDisguises:LibsDisguises:10.0.38")
compileOnly("LibsDisguises:LibsDisguises:10.0.15")
implementation("com.willfp:ModelEngineBridge:1.0.0")
}

View File

@@ -1,5 +1,5 @@
#libreforge-updater
#Fri Aug 30 17:25:01 BST 2024
#Sat Mar 29 14:22:43 GMT 2025
kotlin.code.style=official
libreforge-version=4.71.5
version=10.16.5
libreforge-version=4.75.0
version=10.20.0