Skip to content

Commit 7a9d09b

Browse files
Update shadow gradle plugin coordinates (#9577)
1 parent 8ca024d commit 7a9d09b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212

1313
plugins {
1414
id 'io.franzbecker.gradle-lombok' version '5.0.0'
15-
id 'com.github.johnrengelman.shadow' version '8.1.1'
15+
id 'com.gradleup.shadow' version '8.3.0'
1616
id 'me.champeau.gradle.japicmp' version '0.4.3' apply false
1717
id 'com.diffplug.spotless' version '6.13.0' apply false
1818
}

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apply plugin: 'com.github.johnrengelman.shadow'
1+
apply plugin: 'com.gradleup.shadow'
22

33
description = "Testcontainers Core"
44

gradle/shading.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import java.util.jar.JarFile
22

3-
apply plugin: 'com.github.johnrengelman.shadow'
3+
apply plugin: 'com.gradleup.shadow'
44

55
configurations {
66
shaded
@@ -30,7 +30,7 @@ project.afterEvaluate {
3030
return it.dependencyProject.tasks.findByName("shadowJar")?.relocators ?: []
3131
}
3232

33-
// See https://github.com/johnrengelman/shadow/blob/5.0.0/src/main/groovy/com/github/jengelman/gradle/plugins/shadow/tasks/ConfigureShadowRelocation.groovy
33+
// See https://github.com/GradleUp/shadow/blob/5.0.0/src/main/groovy/com/github/jengelman/gradle/plugins/shadow/tasks/ConfigureShadowRelocation.groovy
3434
Set<String> packages = []
3535

3636
for (artifact in project.configurations.shaded.resolvedConfiguration.resolvedArtifacts) {

0 commit comments

Comments
 (0)