We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c2fc5 commit 4ada814Copy full SHA for 4ada814
2 files changed
buildSrc/build.gradle.kts
@@ -44,5 +44,5 @@ dependencies {
44
implementation("io.opentelemetry.instrumentation:gradle-plugins:2.29.0-alpha")
45
46
// keep these versions in sync with settings.gradle.kts
47
- implementation("com.gradleup.shadow:shadow-gradle-plugin:9.4.2")
+ implementation("com.gradleup.shadow:shadow-gradle-plugin:9.4.3")
48
}
settings.gradle.kts
@@ -3,7 +3,7 @@ pluginManagement {
3
id("com.bmuschko.docker-remote-api") version "10.0.0"
4
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
5
id("com.github.jk1.dependency-license-report") version "3.1.4"
6
- id("com.gradleup.shadow") version "9.4.2"
+ id("com.gradleup.shadow") version "9.4.3"
7
8
9
0 commit comments