Skip to content

Commit

Permalink
[#1956] Fix tasks dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Sep 19, 2024
1 parent b97a696 commit ff900c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void updateVersionFile(var version) {

def publishReleaseArtifactsTask = tasks.register( 'publishReleaseArtifacts' ) {
dependsOn uploadDocumentationTask
dependsOn ":publishToSonatype"
dependsOn ":hibernate-reactive-core:publishToSonatype"

mustRunAfter gitPreparationForReleaseTask
}
Expand Down

0 comments on commit ff900c6

Please sign in to comment.