We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ecda22 commit 64affe0Copy full SHA for 64affe0
gradle/libs.versions.toml
@@ -1,12 +1,20 @@
1
[versions]
2
-spigot = "1.21.4-R0.1-SNAPSHOT"
3
-bungeecord = "1.20-R0.1-SNAPSHOT"
+shadow = "8.3.5"
+
4
+spigot = "1.21.5-R0.1-SNAPSHOT"
5
+bungeecord = "1.21-R0.2"
6
velocity = "3.1.1"
-netty = "4.1.89.Final"
7
8
+netty = "4.2.1.Final"
9
10
placeholderapi = "2.11.6"
11
vault = "1.7.1"
12
13
lombok = "1.18.28"
14
15
+[plugins]
16
+shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
17
18
[libraries]
19
# Platform API
20
spigot = { module = "org.spigotmc:spigot-api", version.ref = "spigot" }
zmusic-addon/build.gradle
@@ -1,5 +1,5 @@
plugins {
- id 'com.github.johnrengelman.shadow' version '8.1.1'
+ alias(libs.plugins.shadow)
}
version = '2.3.1'
0 commit comments