Skip to content

Commit

Permalink
fix: fix the publication tasks in GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
flelli committed Dec 14, 2024
1 parent 3a7038a commit 1030dec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,9 @@ tasks.check.dependsOn tasks.testReport
// so that we can run all Java unit tests with one task
tasks.test.dependsOn subprojects*.test

// Make this overall publish task dependent on subprojects publish tasks
tasks.publish.dependsOn subprojects*.publish

// Publish artifacts to the Staging Sonatype Nexus
//
// Retrieve and print the stagingProfileId using the getStagingProfile task
Expand Down

0 comments on commit 1030dec

Please sign in to comment.