2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-08 16:10:26 +00:00

move gradle plugins to libs file

This commit is contained in:
2024-12-23 14:48:22 +04:00
parent 12acc16376
commit 6eab4ef602
4 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,9 @@ bungeecordApi = "1.21-R0.1-SNAPSHOT"
velocity = "3.4.0-SNAPSHOT"
[plugins]
net-kyori-blossom = { id = "net.kyori.blossom", version = "1.2.0" }
blossom = { id = "net.kyori.blossom", version = "1.2.0" }
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
run-velocity = { id = "xyz.jpenilla.run-velocity", version = "2.0.0" }
[libraries]
guava = { module = "com.google.guava:guava", version.ref = "guava" }