We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbd501 commit 83bc436Copy full SHA for 83bc436
artifactory.gradle
@@ -23,7 +23,7 @@ if (project.hasProperty('bintrayUser') && project.hasProperty('bintrayKey')) {
23
contextUrl = 'https://oss.jfrog.org'
24
25
repository {
26
- repoKey = 'oss-snapshot-local'
+ repoKey = version.contains('SNAPSHOT') ? 'oss-snapshot-local' : 'oss-release-local'
27
28
// Credentials for oss.jfrog.org are a user's Bintray credentials
29
username = project.property('bintrayUser')
0 commit comments