mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
17 lines
No EOL
370 B
Kotlin
17 lines
No EOL
370 B
Kotlin
group = rootProject.group
|
|
version = rootProject.version
|
|
|
|
plugins {
|
|
kotlin("jvm") version "2.3.0"
|
|
}
|
|
|
|
repositories {
|
|
// ExcellentEnchants
|
|
maven(url = "https://repo.nightexpressdev.com/releases")
|
|
}
|
|
|
|
dependencies {
|
|
// Excellent Enchant
|
|
compileOnly("su.nightexpress.excellentenchants:Core:5.4.1")
|
|
compileOnly("su.nightexpress.nightcore:main:2.16.2")
|
|
} |