mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
13 lines
No EOL
276 B
Kotlin
13 lines
No EOL
276 B
Kotlin
group = rootProject.group
|
|
version = rootProject.version
|
|
|
|
plugins {
|
|
kotlin("jvm") version "2.3.0"
|
|
}
|
|
|
|
// Imitate needed class and method to support legacy version of EcoEnchant
|
|
dependencies {
|
|
// Spigot api
|
|
compileOnly("org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT")
|
|
|
|
} |