update gradle configuration and wrapper
This commit is contained in:
parent
9828227f41
commit
84ee6ac378
8 changed files with 77 additions and 56 deletions
9
gradle/libs.versions.toml
Normal file
9
gradle/libs.versions.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue