Skip to content

Commit

Permalink
uploadArchives.dependsOn mavenBom
Browse files Browse the repository at this point in the history
Closes gh-7975
  • Loading branch information
rwinch committed May 6, 2020
1 parent fe737cc commit a302106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/groovy/MavenBomPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ public class MavenBomPlugin implements Plugin<Project> {
project.plugins.apply(MavenPlugin)
project.task(MAVEN_BOM_TASK_NAME, type: MavenBomTask, group: 'Generate', description: 'Configures the pom as a Maven Build of Materials (BOM)')
project.install.dependsOn project.mavenBom
project.uploadArchives.dependsOn project.mavenBom
}
}

0 comments on commit a302106

Please sign in to comment.