Skip to content

Commit

Permalink
Remove redundant sourceJar task
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Trotsenko committed Jun 29, 2023
1 parent 135c6b3 commit e531e61
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kotpass/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ tasks.withType<Jar> {
)
}

tasks.create<Jar>("sourceJar") {
archiveClassifier.set("sources")
from(sourceSets["main"].allSource)
}

publishing {
publications {
create<MavenPublication>("maven") {
Expand All @@ -57,7 +52,6 @@ publishing {
version = ArtifactVersion

from(components["java"])
artifact(tasks["sourceJar"])
}
}
}
Expand Down

0 comments on commit e531e61

Please sign in to comment.