Skip to content

Commit

Permalink
Use Gradle Nexus Publish Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Feb 26, 2024
1 parent 5a02e72 commit 8764056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sonatype/src/main/kotlin/com/bakdata/gradle/SonatypePlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ class SonatypePlugin : Plugin<Project> {
configure<PublishingExtension> {
publications.create<MavenPublication>("sonatype") {
from(components["java"])
artifact(sourcesJar).classifier = "sources"
artifact(javadocJar).classifier = "javadoc"
}
}

Expand Down

0 comments on commit 8764056

Please sign in to comment.