Add EcoEnchant api and eco as a dependency.

Also updated kotlin.
This commit is contained in:
alexcrea 2024-06-19 01:55:51 +02:00
parent 7e45c48dec
commit b7fda4dece
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.6.21"
kotlin("jvm") version "1.9.24"
java
}
@ -12,6 +12,9 @@ repositories {
// ProtocoLib
maven (url = "https://repo.dmulloy2.net/repository/public/" )
// EcoEnchants
maven(url = "https://repo.auxilor.io/repository/maven-public/")
}
dependencies {
@ -29,6 +32,10 @@ dependencies {
// EnchantsSquaredRewritten
compileOnly(files("libs/EnchantsSquared.jar"))
// EcoEnchants
compileOnly("com.willfp:EcoEnchants:12.5.1")
compileOnly("com.willfp:eco:6.70.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

View file

@ -7,7 +7,7 @@ api-version: 1.16
load: POSTWORLD
authors: [ DelilahEve, alexcrea ]
libraries:
- org.jetbrains.kotlin:kotlin-stdlib:1.6.21
- org.jetbrains.kotlin:kotlin-stdlib:1.9.24
- com.github.stefvanschie.inventoryframework:IF:0.10.14
commands: