We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f94664 commit c6a6fa6Copy full SHA for c6a6fa6
instrumentation/spring/spring-boot-autoconfigure/build.gradle.kts
@@ -208,10 +208,14 @@ tasks {
208
isEnabled = testSpring3
209
}
210
211
- withType(Jar::class) {
+ named<Jar>("jar") {
212
from(sourceSets["javaSpring3"].output)
213
214
215
+ named<Jar>("sourcesJar") {
216
+ from(sourceSets["javaSpring3"].java)
217
+ }
218
+
219
val testStableSemconv by registering(Test::class) {
220
jvmArgs("-Dotel.semconv-stability.opt-in=database")
221
0 commit comments