Skip to content

Commit

Permalink
New gradle shadow plugin location (#6637)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Aug 9, 2024
1 parent 354e957 commit 94238ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-tests/tracecontext/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("otel.java-conventions")

id("com.github.johnrengelman.shadow")
id("com.gradleup.shadow")
}

description = "OpenTelemetry W3C Context Propagation Integration Tests"
Expand Down
2 changes: 1 addition & 1 deletion sdk/trace-shaded-deps/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("otel.java-conventions")

id("com.github.johnrengelman.shadow")
id("com.gradleup.shadow")
}

// This project is not published, it is bundled into :sdk:trace
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
plugins {
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.gradleup.shadow") version "8.3.0"
id("com.gradle.develocity") version "3.17.6"
id("de.undercouch.download") version "5.6.0"
id("org.jsonschema2pojo") version "1.2.1"
Expand Down

0 comments on commit 94238ac

Please sign in to comment.