Disable publishing to Artifactory OSS until it is properly configured on JFrog side (#486)

This commit is contained in:
Nikita Salnikov-Tarnovski 2020-06-09 20:57:34 +03:00 committed by GitHub
parent c248f140aa
commit 31177c2fa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -91,11 +91,12 @@ artifactory {
repository {
repoKey = 'oss-snapshot-local'
username = System.getenv("BINTRAY_USER")
password = System.getenv("BINTRAY_KEY")
password = System.getenv("BINTRAY_API_KEY")
}
}
}
artifactoryPublish {
publications ('maven')
enabled = false
}