File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ dependencies {
2929 implementation(gradleApi())
3030 implementation(localGroovy())
3131
32- implementation(" io.opentelemetry.instrumentation.muzzle-generation:io.opentelemetry.instrumentation.muzzle-generation.gradle.plugin:0.8.0-SNAPSHOT " )
33- implementation(" io.opentelemetry.instrumentation.muzzle-check:io.opentelemetry.instrumentation.muzzle-check.gradle.plugin:0.8.0-SNAPSHOT " )
32+ implementation(" io.opentelemetry.instrumentation.muzzle-generation:io.opentelemetry.instrumentation.muzzle-generation.gradle.plugin:0.8.0" )
33+ implementation(" io.opentelemetry.instrumentation.muzzle-check:io.opentelemetry.instrumentation.muzzle-check.gradle.plugin:0.8.0" )
3434
3535 implementation(" org.eclipse.aether:aether-connector-basic:1.1.0" )
3636 implementation(" org.eclipse.aether:aether-transport-http:1.1.0" )
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ plugins {
1212 */
1313 id " com.github.johnrengelman.shadow" version " 6.1.0"
1414
15- id " io.opentelemetry.instrumentation.muzzle-generation" version " 0.8.0-SNAPSHOT "
16- id " io.opentelemetry.instrumentation.muzzle-check" version " 0.8.0-SNAPSHOT "
15+ id " io.opentelemetry.instrumentation.muzzle-generation" version " 0.8.0"
16+ id " io.opentelemetry.instrumentation.muzzle-check" version " 0.8.0"
1717}
1818
1919group ' io.opentelemetry.example'
You can’t perform that action at this time.
0 commit comments