2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-05-05 12:40:27 +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

@@ -1,7 +1,7 @@
plugins {
java
id("com.github.johnrengelman.shadow") version "8.1.1"
id("xyz.jpenilla.run-velocity") version "2.0.0"
alias(libs.plugins.shadow)
alias(libs.plugins.run.velocity)
}
dependencies {