9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2026-01-03 22:26:13 +00:00

Migrations and updates

This commit is contained in:
Will FP
2023-12-08 12:24:47 +00:00
parent 4f69d34a94
commit f15fb4d667
13 changed files with 74 additions and 177 deletions

View File

@@ -2,7 +2,7 @@ plugins {
java
`java-library`
`maven-publish`
kotlin("jvm") version "1.7.10"
kotlin("jvm") version "1.9.20"
id("com.github.johnrengelman.shadow") version "8.0.0"
id("com.willfp.libreforge-gradle-plugin") version "1.0.0"
}
@@ -17,7 +17,6 @@ base {
dependencies {
implementation(project(":eco-core:core-plugin"))
implementation(project(path = ":eco-core:core-nms:v1_20_R1", configuration = "reobf"))
}
allprojects {
@@ -37,9 +36,9 @@ allprojects {
}
dependencies {
compileOnly("com.willfp:eco:6.65.0")
compileOnly("com.willfp:eco:6.67.0")
compileOnly("org.jetbrains:annotations:23.0.0")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.7.10")
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.9.20")
compileOnly("com.github.ben-manes.caffeine:caffeine:3.1.5")
}