Disable publishing to Artifactory OSS until it is properly configured on JFrog side (#486)
This commit is contained in:
parent
c248f140aa
commit
31177c2fa9
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue