Skip to content

Commit

Permalink
Remove class files from spring-boot-autoconfigure source jar (#12798)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Nov 26, 2024
1 parent 4f94664 commit c6a6fa6
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,14 @@ tasks {
isEnabled = testSpring3
}

withType(Jar::class) {
named<Jar>("jar") {
from(sourceSets["javaSpring3"].output)
}

named<Jar>("sourcesJar") {
from(sourceSets["javaSpring3"].java)
}

val testStableSemconv by registering(Test::class) {
jvmArgs("-Dotel.semconv-stability.opt-in=database")
}
Expand Down

0 comments on commit c6a6fa6

Please sign in to comment.