We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef2085 commit 20a10b1Copy full SHA for 20a10b1
instrumentation/couchbase/couchbase-3.1/javaagent/build.gradle.kts
@@ -49,15 +49,4 @@ tasks {
49
usesService(gradle.sharedServices.registrations["testcontainersBuildService"].service)
50
systemProperty("collectMetadata", findProperty("collectMetadata")?.toString() ?: "false")
51
}
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
63
0 commit comments