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 85ccb4b commit e81ddc3
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 @@ -97,3 +97,7 @@ if (!version.toString().endsWith("-SNAPSHOT")) {

val sonarqube by tasks
sonarqube.enabled = false //FIXME requires Java 17

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

0 comments on commit e81ddc3

Please sign in to comment.