Skip to content

Commit 675d9cb

Browse files
committed
Use new plugin ID and update shadow plugin
1 parent 6239134 commit 675d9cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jmh = { id = "me.champeau.jmh", version = "0.7.2" }
8888
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
8989
nohttp = { id = "io.spring.nohttp", version = "0.0.11" }
9090
plantuml = { id = "io.freefair.plantuml", version = "8.6" }
91-
shadow = { id = "io.github.goooler.shadow", version = "8.1.8" }
91+
shadow = { id = "com.gradleup.shadow", version = "8.3.0" }
9292
spotless = { id = "com.diffplug.spotless", version = "7.0.0.BETA1" }
9393
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }

gradle/plugins/common/src/main/kotlin/junitbuild.shadow-conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import junitbuild.java.ModuleCompileOptions
22

33
plugins {
44
id("junitbuild.java-library-conventions")
5-
id("io.github.goooler.shadow")
5+
id("com.gradleup.shadow")
66
}
77

88
val shadowed = configurations.dependencyScope("shadowed")

0 commit comments

Comments
 (0)