2021-09-06 17:35:04 +00:00
|
|
|
plugins {
|
|
|
|
|
`maven-publish`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
// API
|
|
|
|
|
implementation(project(":boosters-api"))
|
|
|
|
|
// Velocity
|
2021-11-04 16:57:55 +00:00
|
|
|
compileOnly("com.velocitypowered:velocity-api:3.0.0")
|
|
|
|
|
annotationProcessor("com.velocitypowered:velocity-api:3.0.0")
|
|
|
|
|
// DiscordLink
|
|
|
|
|
compileOnly("com.alttd.proxydiscordlink:ProxyDiscordLink:1.0.0-BETA-SNAPSHOT")
|
2021-09-06 17:35:04 +00:00
|
|
|
}
|