mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +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 {
|
plugins {
|
||||||
kotlin("jvm") version "1.6.21"
|
kotlin("jvm") version "1.9.24"
|
||||||
java
|
java
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -12,6 +12,9 @@ repositories {
|
||||||
|
|
||||||
// ProtocoLib
|
// ProtocoLib
|
||||||
maven (url = "https://repo.dmulloy2.net/repository/public/" )
|
maven (url = "https://repo.dmulloy2.net/repository/public/" )
|
||||||
|
|
||||||
|
// EcoEnchants
|
||||||
|
maven(url = "https://repo.auxilor.io/repository/maven-public/")
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
@ -29,6 +32,10 @@ dependencies {
|
||||||
// EnchantsSquaredRewritten
|
// EnchantsSquaredRewritten
|
||||||
compileOnly(files("libs/EnchantsSquared.jar"))
|
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")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
|
||||||
|
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ api-version: 1.16
|
||||||
load: POSTWORLD
|
load: POSTWORLD
|
||||||
authors: [ DelilahEve, alexcrea ]
|
authors: [ DelilahEve, alexcrea ]
|
||||||
libraries:
|
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
|
- com.github.stefvanschie.inventoryframework:IF:0.10.14
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue