Skip to content

Commit 248a58a

Browse files
committed
fix rebase
1 parent 11032ad commit 248a58a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

instrumentation/spring/spring-boot-autoconfigure/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,7 @@ tasks {
245245
from(sourceSets["javaSpring3"].java)
246246
}
247247

248-
val testStableSemconv by registering(Test::class) {
249-
jvmArgs("-Dotel.semconv-stability.opt-in=database")
250-
}
251-
252248
check {
253249
dependsOn(testing.suites)
254-
dependsOn(testStableSemconv)
255250
}
256251
}

0 commit comments

Comments
 (0)