Skip to content

Commit 1187fea

Browse files
committed
Fix Artifactory Gradle plugin configuration
This commit adds a missing dependency from the artifactoryPublish task to the "install" task as POMs are currently missing from the published artifacts and they are generated with the "install" task here.
1 parent e26cdfe commit 1187fea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/publish-maven.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def customizePom(pom, gradleProject) {
6161
}
6262

6363
artifactoryPublish {
64+
dependsOn install
6465
publishConfigs('archives', 'published')
6566
publishArtifacts = true
6667
publishPom = true

0 commit comments

Comments
 (0)