Plan/Plan/velocity/build.gradle

9 lines
318 B
Groovy

dependencies {
compile project(":common")
compile "com.djrapitops:AbstractPluginFramework-velocity:$abstractPluginFrameworkVersion"
compile "com.velocitypowered:velocity-api:$velocityVersion"
annotationProcessor "com.velocitypowered:velocity-api:$velocityVersion"
testCompile project(":common")
}