mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
10 lines
No EOL
222 B
Kotlin
10 lines
No EOL
222 B
Kotlin
group = rootProject.group
|
|
version = rootProject.version
|
|
|
|
dependencies {
|
|
// Spigot api
|
|
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
|
|
|
|
// Protocolib
|
|
compileOnly("net.dmulloy2:ProtocolLib:5.4.0")
|
|
} |