Skip to content

Commit 67f407f

Browse files
committed
build(gradle): Switch to the new Shadow plugin
See [1]. [1]: https://github.com/GradleUp/shadow?tab=readme-ov-file#gradle-shadow Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent ce456ae commit 67f407f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
detektPlugin = "1.23.7"
33
ideaExtPlugin = "1.1.9"
44
kotlinPlugin = "2.0.21"
5-
shadowPlugin = "8.1.1"
5+
shadowPlugin = "8.3.3"
66

77
kotest = "5.9.1"
88
log4jApi = "2.24.1"
@@ -14,7 +14,7 @@ ort = "34.0.0"
1414
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detektPlugin" }
1515
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext", version.ref = "ideaExtPlugin" }
1616
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlinPlugin" }
17-
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadowPlugin" }
17+
shadow = { id = "com.gradleup.shadow", version.ref = "shadowPlugin" }
1818

1919
[libraries]
2020
detektFormatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detektPlugin" }

0 commit comments

Comments
 (0)