Skip to content

Commit 20a10b1

Browse files
committed
one more gradle file
1 parent 1ef2085 commit 20a10b1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

instrumentation/couchbase/couchbase-3.1/javaagent/build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,4 @@ tasks {
4949
usesService(gradle.sharedServices.registrations["testcontainersBuildService"].service)
5050
systemProperty("collectMetadata", findProperty("collectMetadata")?.toString() ?: "false")
5151
}
52-
53-
val testStableSemconv by registering(Test::class) {
54-
testClassesDirs = sourceSets.test.get().output.classesDirs
55-
classpath = sourceSets.test.get().runtimeClasspath
56-
jvmArgs("-Dotel.semconv-stability.opt-in=database")
57-
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database")
58-
}
59-
60-
check {
61-
dependsOn(testStableSemconv)
62-
}
6352
}

0 commit comments

Comments
 (0)