Skip to content

Commit

Permalink
fix: Update Gradle Shadow plugin to 9.0.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
MemencioPerez committed Jan 2, 2025
1 parent aa6b80a commit 3aecd3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bstats = "3.1.0"

blossom = "2.1.0"
runvelocity = "2.3.1"
shadow = "8.1.1"
shadow = "9.0.0-beta4"

packetevents = "2.7.0"

Expand All @@ -25,4 +25,4 @@ packetevents = { group = "com.github.retrooper", name = "packetevents-velocity",

blossom = { id = "net.kyori.blossom", version.ref = "blossom" }
runvelocity = { id = "xyz.jpenilla.run-velocity", version.ref = "runvelocity" }
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }

0 comments on commit 3aecd3b

Please sign in to comment.