Skip to content

Commit 64affe0

Browse files
committed
chore: Update shadow plugin and library versions
1 parent 4ecda22 commit 64affe0

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

gradle/libs.versions.toml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
[versions]
2-
spigot = "1.21.4-R0.1-SNAPSHOT"
3-
bungeecord = "1.20-R0.1-SNAPSHOT"
2+
shadow = "8.3.5"
3+
4+
spigot = "1.21.5-R0.1-SNAPSHOT"
5+
bungeecord = "1.21-R0.2"
46
velocity = "3.1.1"
5-
netty = "4.1.89.Final"
7+
8+
netty = "4.2.1.Final"
9+
610
placeholderapi = "2.11.6"
711
vault = "1.7.1"
12+
813
lombok = "1.18.28"
914

15+
[plugins]
16+
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
17+
1018
[libraries]
1119
# Platform API
1220
spigot = { module = "org.spigotmc:spigot-api", version.ref = "spigot" }

zmusic-addon/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.github.johnrengelman.shadow' version '8.1.1'
2+
alias(libs.plugins.shadow)
33
}
44

55
version = '2.3.1'

0 commit comments

Comments
 (0)