Skip to content

Commit d78d60e

Browse files
author
Mateusz Rzeszutek
authored
Add comment to otelVersion mentioning that it's auto-updated (#410)
1 parent 8aad64a commit d78d60e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ data class DependencySet(val group: String, val version: String, val modules: Li
1111
val dependencyVersions = hashMapOf<String, String>()
1212
rootProject.extra["versions"] = dependencyVersions
1313

14+
// this variable is updated by opentelemetry-java-instrumentation release process, if you change its
15+
// name make sure that the instrumentation repo also reflects these changes
1416
val otelVersion = "1.16.0"
1517

1618
val DEPENDENCY_BOMS = listOf(

0 commit comments

Comments
 (0)