New gradle shadow plugin location (#6637)

This commit is contained in:
jack-berg 2024-08-09 17:25:33 -05:00 committed by GitHub
parent 354e957b3e
commit 94238acd71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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

View File

@ -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"