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

Compare commits

...

10 Commits

Author SHA1 Message Date
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
Auxilor
17579458d2 libreforge-updater 2024-08-30 17:25:01 +01:00
Auxilor
31d9bfd8f3 libreforge-updater 2024-08-29 12:09:10 +01:00
Auxilor
be2320b3a3 libreforge-updater 2024-08-23 15:35:15 +01:00
Auxilor
0ca4886c5d libreforge-updater 2024-08-21 18:58:13 +01:00
Auxilor
ecf183d175 libreforge-updater 2024-08-15 15:07:27 +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 { plugins {
java java
`java-library` `java-library`
`maven-publish` `maven-publish`
kotlin("jvm") version "1.9.20" kotlin("jvm") version "2.1.0"
id("io.github.goooler.shadow") version "8.1.7" id("com.gradleup.shadow") version "8.3.0"
id("com.willfp.libreforge-gradle-plugin") version "1.0.0" id("com.willfp.libreforge-gradle-plugin") version "1.0.0"
} }
@@ -23,7 +25,7 @@ allprojects {
apply(plugin = "java") apply(plugin = "java")
apply(plugin = "kotlin") apply(plugin = "kotlin")
apply(plugin = "maven-publish") apply(plugin = "maven-publish")
apply(plugin = "io.github.goooler.shadow") apply(plugin = "com.gradleup.shadow")
repositories { repositories {
mavenLocal() mavenLocal()
@@ -38,7 +40,7 @@ allprojects {
dependencies { dependencies {
compileOnly("com.willfp:eco:6.67.0") compileOnly("com.willfp:eco:6.67.0")
compileOnly("org.jetbrains:annotations:23.0.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") compileOnly("com.github.ben-manes.caffeine:caffeine:3.1.5")
} }
@@ -54,8 +56,8 @@ allprojects {
} }
compileKotlin { compileKotlin {
kotlinOptions { compilerOptions {
jvmTarget = "17" jvmTarget.set(JvmTarget.JVM_17)
} }
} }

View File

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

View File

@@ -1,5 +1,5 @@
#libreforge-updater #libreforge-updater
#Sat Aug 03 13:41:17 BST 2024 #Sat Jan 25 13:46:18 GMT 2025
kotlin.code.style=official kotlin.code.style=official
libreforge-version=4.71.0 libreforge-version=4.73.0
version=10.16.0 version=10.19.0