Skip to content

Commit e26cdfe

Browse files
committed
Fix Artifactory Gradle plugin configuration
1 parent f37ec90 commit e26cdfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gradle/publish-maven.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,7 @@ def customizePom(pom, gradleProject) {
6161
}
6262

6363
artifactoryPublish {
64-
publishConfigs('archives')
64+
publishConfigs('archives', 'published')
65+
publishArtifacts = true
66+
publishPom = true
6567
}

0 commit comments

Comments
 (0)