Skip to content

Commit 134e392

Browse files
committed
upgrade to otel 2.10.0
1 parent 294638c commit 134e392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kotlin {
2121
}
2222

2323
dependencies {
24-
//hack to use type safe accessors. see https://github.com/gradle/gradle/issues/28371
24+
//hack to use type safe accessors in script plugins from gradle/libs.versions.toml. see https://github.com/gradle/gradle/issues/28371
2525
// follow this post and if there is something better remove this hack
2626
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
2727
}

0 commit comments

Comments
 (0)