Skip to content

Commit

Permalink
Bump shadow plugin to 8.3.0, use new plugin ID (#184)
Browse files Browse the repository at this point in the history
The shadow-plugin repo has been moved, so has the plugin ID.
See [release notes](https://github.com/GradleUp/shadow/releases/tag/8.3.0) for reference.
  • Loading branch information
snazy authored Aug 22, 2024
1 parent 9a0416c commit c0bee79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ threeten-extra = { module = "org.threeten:threeten-extra", version = "1.8.0" }
openapi-generator = { id = "org.openapi.generator", version = "7.6.0" }
rat = { id = "org.nosphere.apache.rat", version = "0.8.1" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
shadow = { id = "com.gradleup.shadow", version = "8.3.0" }

0 comments on commit c0bee79

Please sign in to comment.