File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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
6562val configurationRepoZip = " https://github.com/open-telemetry/opentelemetry-configuration/archive/$configurationRef .zip"
6663val buildDirectory = layout.buildDirectory.asFile.get()
6764
You can’t perform that action at this time.
0 commit comments