Skip to content

Commit

Permalink
Fix task order when releasing to Nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Feb 14, 2024
1 parent e81ddc3 commit 931f0cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sonatype/src/main/kotlin/com/bakdata/gradle/SonatypePlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ class SonatypePlugin : Plugin<Project> {
addParentPublishToNexusTasks()

disallowPublishTasks()

tasks.named("closeRepository") {
mustRunAfter("publishToNexus")
}
}
}

Expand Down

0 comments on commit 931f0cf

Please sign in to comment.