mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-24 01:19:22 +00:00
Also converted gradle build to kotlin. Also updated gradle to 7.5.1 Closes: https://github.com/Auxilor/EcoBosses/issues/49, https://github.com/Auxilor/EcoBosses/issues/41
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
group = "com.willfp"
|
|
version = rootProject.version
|
|
|
|
dependencies {
|
|
compileOnly("org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT")
|
|
compileOnly("com.github.lokka30:LevelledMobs:3.1.4")
|
|
compileOnly("net.kyori:adventure-api:4.9.3")
|
|
}
|