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 3c0e39d commit c5a268fCopy full SHA for c5a268f
sdk-extensions/incubator/build.gradle.kts
@@ -60,7 +60,7 @@ dependencies {
60
// ... proceed with normal sourcesJar, compileJava, etc
61
62
val configurationTag = "1.0.0-rc.1"
63
-val configurationRef = "be1a43de6745da73ce1b6339c34b1e260e5b135b" // Replace with commit SHA to point to experiment with a specific commitco
+val configurationRef = "be1a43de6745da73ce1b6339c34b1e260e5b135b" // Replace with commit SHA to point to experiment with a specific commit
64
val configurationRepoZip = "https://github.com/open-telemetry/opentelemetry-configuration/archive/$configurationRef.zip"
65
val buildDirectory = layout.buildDirectory.asFile.get()
66
0 commit comments