update gradle configuration and wrapper

This commit is contained in:
UrAvgCode 2025-11-05 23:44:31 +01:00
parent 9828227f41
commit 84ee6ac378
No known key found for this signature in database
GPG key ID: 8A76A22B2CDDD634
8 changed files with 77 additions and 56 deletions

View file

@ -0,0 +1,9 @@
[versions]
velocity-api = "3.4.0-SNAPSHOT"
run-task = "3.0.2"
[libraries]
velocity-api = { module = "com.velocitypowered:velocity-api", version.ref = "velocity-api" }
[plugins]
run-velocity = { id = "xyz.jpenilla.run-velocity", version.ref = "run-task" }