mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Add EcoEnchant api and eco as a dependency.
Also updated kotlin.
This commit is contained in:
parent
7e45c48dec
commit
b7fda4dece
2 changed files with 9 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue