Skip to content

Commit

Permalink
Make otel gradle-plugins dependency clearer (open-telemetry#6775)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored and LironKS committed Oct 31, 2022
1 parent 9acb735 commit 5517fb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conventions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ dependencies {
implementation(gradleApi())
implementation(localGroovy())

implementation("io.opentelemetry.instrumentation:gradle-plugins:1.9.1-alpha")
// dependencySubstitution is applied to this dependency (see seetings.gradle.kts)
implementation("io.opentelemetry.instrumentation:gradle-plugins")

implementation("org.eclipse.aether:aether-connector-basic:1.1.0")
implementation("org.eclipse.aether:aether-transport-http:1.1.0")
Expand Down

0 comments on commit 5517fb1

Please sign in to comment.