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.
2 parents cc9e31f + 83bc436 commit 02fd087Copy full SHA for 02fd087
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