Skip to content

Commit e5fb69a

Browse files
committed
Use v0.4.0 tag
1 parent e19e260 commit e5fb69a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

sdk-extensions/incubator/build.gradle.kts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,8 @@ dependencies {
5757
// 7. deleteJs2pTmp - delete tmp directory
5858
// ... proceed with normal sourcesJar, compileJava, etc
5959

60-
// TODO (trask) revert after the 0.4.0 release
61-
// it was needed after 0.3.0 release because file_format in the examples weren't updated prior to the release tag
62-
// val configurationTag = "0.3.0"
63-
// val configurationRef = "refs/tags/v$configurationTag" // Replace with commit SHA to point to experiment with a specific commit
64-
val configurationRef = "a94e70f59fb7d9cb524118ca2cd315bd4dedd211"
60+
val configurationTag = "0.4.0"
61+
val configurationRef = "refs/tags/v$configurationTag" // Replace with commit SHA to point to experiment with a specific commit
6562
val configurationRepoZip = "https://github.com/open-telemetry/opentelemetry-configuration/archive/$configurationRef.zip"
6663
val buildDirectory = layout.buildDirectory.asFile.get()
6764

0 commit comments

Comments
 (0)