Fix Artifactory Gradle plugin configuration

This commit is contained in:
Brian Clozel
2019-09-04 10:00:13 +02:00
parent f37ec90f2f
commit e26cdfe21e

View File

@@ -61,5 +61,7 @@ def customizePom(pom, gradleProject) {
}
artifactoryPublish {
publishConfigs('archives')
publishConfigs('archives', 'published')
publishArtifacts = true
publishPom = true
}