Skip to content

Commit

Permalink
Fix task order when releasing to Sonatype (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 authored Feb 14, 2024
1 parent 75d7137 commit 803cf2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ dependencies {
}
testImplementation(group = "org.apache.kafka", name = "connect-file", version = kafkaVersion)
}

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

0 comments on commit 803cf2c

Please sign in to comment.