Skip to content

Commit 94238ac

Browse files
authored
New gradle shadow plugin location (#6637)
1 parent 354e957 commit 94238ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

integration-tests/tracecontext/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("otel.java-conventions")
33

4-
id("com.github.johnrengelman.shadow")
4+
id("com.gradleup.shadow")
55
}
66

77
description = "OpenTelemetry W3C Context Propagation Integration Tests"

sdk/trace-shaded-deps/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("otel.java-conventions")
33

4-
id("com.github.johnrengelman.shadow")
4+
id("com.gradleup.shadow")
55
}
66

77
// This project is not published, it is bundled into :sdk:trace

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
id("com.github.johnrengelman.shadow") version "8.1.1"
3+
id("com.gradleup.shadow") version "8.3.0"
44
id("com.gradle.develocity") version "3.17.6"
55
id("de.undercouch.download") version "5.6.0"
66
id("org.jsonschema2pojo") version "1.2.1"

0 commit comments

Comments
 (0)