Skip to content

Commit

Permalink
Update shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Aug 31, 2024
1 parent df3148e commit 99ff97f
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 @@ -7,7 +7,7 @@ protocollib = "5.1.0"
bstats = "3.0.0"

# Gradle plugins
shadow = "8.1.1"
shadow = "8.3.0"
spotless = "6.25.0"
bukkityml = "0.6.0"
minotaur = "2.8.7"
Expand All @@ -18,7 +18,7 @@ worldedit = { group = "com.sk89q.worldedit", name = "worldedit-bukkit", version.
protocollib = { group = "com.comphenix.protocol", name = "ProtocolLib", version.ref = "protocollib" }

[plugins]
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
pluginyml = { id = "net.minecrell.plugin-yml.bukkit", version.ref = "bukkityml" }
minotaur = { id = "com.modrinth.minotaur", version.ref = "minotaur" }

0 comments on commit 99ff97f

Please sign in to comment.