mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
15 lines
359 B
Kotlin
15 lines
359 B
Kotlin
version = "1.0.0"
|
|
|
|
repositories {
|
|
maven {
|
|
url = uri("https://repo.ajg0702.us/releases")
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
|
|
compileOnly("us.ajg0702.queue.api:api:2.8.0")
|
|
compileOnly("net.luckperms:api:5.4")
|
|
annotationProcessor("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
|
|
}
|