Skip to content

Commit a302106

Browse files
committed
uploadArchives.dependsOn mavenBom
Closes gh-7975
1 parent fe737cc commit a302106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/groovy/MavenBomPlugin.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ public class MavenBomPlugin implements Plugin<Project> {
1515
project.plugins.apply(MavenPlugin)
1616
project.task(MAVEN_BOM_TASK_NAME, type: MavenBomTask, group: 'Generate', description: 'Configures the pom as a Maven Build of Materials (BOM)')
1717
project.install.dependsOn project.mavenBom
18+
project.uploadArchives.dependsOn project.mavenBom
1819
}
1920
}

0 commit comments

Comments
 (0)