Skip to content

Commit

Permalink
fix: modify the source jar file name to all
Browse files Browse the repository at this point in the history
  • Loading branch information
DuoDuoJuZi committed Dec 26, 2024
1 parent 2300ccf commit 5d060eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ subprojects {
// Configure sourcesJar task
tasks.register<Jar>("sourcesJar") {
from(sourceSets.main.get().allSource)
archiveClassifier.set("sources")
archiveClassifier.set("all")
}
tasks.named("build") {
dependsOn("shadowJar", "sourcesJar")
Expand Down

0 comments on commit 5d060eb

Please sign in to comment.