Fix fuckup in build.gradle.kts
This commit is contained in:
parent
24fcca1e3e
commit
55d055478e
|
|
@ -9,6 +9,7 @@ dependencies {
|
||||||
exclude("com.alttd:Galaxy-API:1.19.2-R0.1-SNAPSHOT")
|
exclude("com.alttd:Galaxy-API:1.19.2-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
// Velocity
|
// Velocity
|
||||||
|
compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT") // Velocity
|
||||||
annotationProcessor("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT")
|
annotationProcessor("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT")
|
||||||
// DiscordLink
|
// DiscordLink
|
||||||
compileOnly("com.alttd.proxydiscordlink:ProxyDiscordLink:1.0.0-BETA-SNAPSHOT") {
|
compileOnly("com.alttd.proxydiscordlink:ProxyDiscordLink:1.0.0-BETA-SNAPSHOT") {
|
||||||
|
|
@ -23,7 +24,6 @@ dependencies {
|
||||||
// }
|
// }
|
||||||
//Luckperms
|
//Luckperms
|
||||||
compileOnly("net.luckperms:api:5.3")
|
compileOnly("net.luckperms:api:5.3")
|
||||||
compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT") // Velocity
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user