2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-12-26 12:05:30 +00:00

move gradle plugins to libs file

This commit is contained in:
Mohammed Alteneiji 2024-12-23 14:48:22 +04:00
parent 8cce36aa9e
commit 1443f54947
Signed by: ham1255
GPG Key ID: EF343502046229F4
4 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,9 @@
import java.time.Instant
import java.io.ByteArrayOutputStream
plugins {
`java-library`
`maven-publish`
alias(libs.plugins.net.kyori.blossom)
alias(libs.plugins.blossom)
}

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" }

View File

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

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 {