File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,13 @@ dependencies {
1818
1919 testImplementation(project(" :instrumentation:alibaba-druid-1.0:testing" ))
2020}
21+
22+ tasks {
23+ val testStableSemconv by registering(Test ::class ) {
24+ jvmArgs(" -Dotel.semconv-stability.opt-in=database" )
25+ }
26+
27+ check {
28+ dependsOn(testStableSemconv)
29+ }
30+ }
Original file line number Diff line number Diff line change @@ -8,3 +8,13 @@ dependencies {
88
99 testImplementation(project(" :instrumentation:alibaba-druid-1.0:testing" ))
1010}
11+
12+ tasks {
13+ val testStableSemconv by registering(Test ::class ) {
14+ jvmArgs(" -Dotel.semconv-stability.opt-in=database" )
15+ }
16+
17+ check {
18+ dependsOn(testStableSemconv)
19+ }
20+ }
Original file line number Diff line number Diff line change @@ -18,3 +18,13 @@ dependencies {
1818
1919 testImplementation(project(" :instrumentation:apache-dbcp-2.0:testing" ))
2020}
21+
22+ tasks {
23+ val testStableSemconv by registering(Test ::class ) {
24+ jvmArgs(" -Dotel.semconv-stability.opt-in=database" )
25+ }
26+
27+ check {
28+ dependsOn(testStableSemconv)
29+ }
30+ }
Original file line number Diff line number Diff line change @@ -8,3 +8,13 @@ dependencies {
88
99 testImplementation(project(" :instrumentation:apache-dbcp-2.0:testing" ))
1010}
11+
12+ tasks {
13+ val testStableSemconv by registering(Test ::class ) {
14+ jvmArgs(" -Dotel.semconv-stability.opt-in=database" )
15+ }
16+
17+ check {
18+ dependsOn(testStableSemconv)
19+ }
20+ }
You can’t perform that action at this time.
0 commit comments