Skip to content

Commit

Permalink
Switch to fork of Shadow plugin to get latest fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jun 5, 2024
1 parent dfc392a commit 6070e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gradle-commonCustomUserData = { module = "com.gradle:common-custom-user-data-gra
gradle-foojayResolver = { module = "org.gradle.toolchains:foojay-resolver", version = "0.8.0" }
gradle-develocity = { module = "com.gradle:develocity-gradle-plugin", version = "3.17.3" }
gradle-bnd = { module = "biz.aQute.bnd:biz.aQute.bnd.gradle", version.ref = "bnd" }
gradle-shadow = { module = "com.github.johnrengelman:shadow", version = "8.1.1" }
gradle-shadow = { module = "io.github.goooler.shadow:shadow-gradle-plugin", version = "8.1.7" }
gradle-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "7.0.0.BETA1" }
gradle-versions = { module = "com.github.ben-manes:gradle-versions-plugin", version.ref = "gradleVersionsPlugin" }
groovy4 = { module = "org.apache.groovy:groovy", version = "4.0.21" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import junitbuild.java.ModuleCompileOptions

plugins {
id("junitbuild.java-library-conventions")
id("com.github.johnrengelman.shadow")
id("io.github.goooler.shadow")
}

val shadowed = configurations.dependencyScope("shadowed")
Expand Down

0 comments on commit 6070e90

Please sign in to comment.