mirror of
https://github.com/ViaVersion/ViaAprilFools.git
synced 2025-01-08 19:17:40 +01:00
9 lines
232 B
Groovy
9 lines
232 B
Groovy
plugins {
|
|
id "vaf.platform-conventions"
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly("com.viaversion:viaversion-velocity:5.0.0") // Needed for logger wrapper
|
|
compileOnly(annotationProcessor("com.velocitypowered:velocity-api:3.1.1"))
|
|
}
|