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 9b0eddd commit 5a02e72
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 @@ -234,8 +234,6 @@ class SonatypePlugin : Plugin<Project> {
configure<SigningExtension> {
sign(the<PublishingExtension>().publications)
}

tasks.named(PublishingPlugin.PUBLISH_LIFECYCLE_TASK_NAME) { dependsOn(tasks.withType<Sign>()) }
}
}

Expand Down

0 comments on commit 5a02e72

Please sign in to comment.