Skip to content

Commit cb761f4

Browse files
chore: add velocity plugin to gradle
1 parent dd43b7a commit cb761f4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

velocity/build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id("pq.platform-conventions")
3+
id("xyz.jpenilla.run-velocity") version "3.0.2"
34
}
45

56
dependencies {
@@ -11,3 +12,9 @@ dependencies {
1112

1213
compileOnly("com.velocitypowered:velocity-api:3.1.1")
1314
}
15+
16+
tasks {
17+
runVelocity {
18+
velocityVersion("3.4.0-SNAPSHOT")
19+
}
20+
}

0 commit comments

Comments
 (0)