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 fa824f4 commit 618e378Copy full SHA for 618e378
instrumentation/mongo/mongo-4.0/javaagent/build.gradle.kts
@@ -29,6 +29,20 @@ dependencies {
29
testInstrumentation(project(":instrumentation:mongo:mongo-3.7:javaagent"))
30
}
31
32
+testing {
33
+ suites {
34
+ val testStableSemconv by registering(JvmTestSuite::class) {
35
+ targets {
36
+ all {
37
+ testTask.configure {
38
+ jvmArgs("-Dotel.semconv-stability.opt-in=database")
39
+ }
40
41
42
43
44
+}
45
+
46
tasks {
47
withType<Test>().configureEach {
48
usesService(gradle.sharedServices.registrations["testcontainersBuildService"].service)
0 commit comments