mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
move deps to gradle catalog
This commit is contained in:
@@ -4,11 +4,11 @@ plugins {
|
||||
version = "1.0.0"
|
||||
|
||||
dependencies {
|
||||
compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
|
||||
compileOnly("us.ajg0702.queue.api:api:2.8.0")
|
||||
compileOnly(libs.velocity.api)
|
||||
compileOnly(libs.ajQueue.api)
|
||||
api(libs.hikaricp)
|
||||
api(libs.configurate.yaml)
|
||||
compileOnly(libs.luckperms.api)
|
||||
annotationProcessor("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
|
||||
annotationProcessor(libs.velocity.api)
|
||||
api(project(":libraries:name-api"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user