Skip to content

Commit 02fd087

Browse files
authored
Merge pull request #13 from rsocket/create-0.2.5-release
update repo name
2 parents cc9e31f + 83bc436 commit 02fd087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artifactory.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (project.hasProperty('bintrayUser') && project.hasProperty('bintrayKey')) {
2323
contextUrl = 'https://oss.jfrog.org'
2424

2525
repository {
26-
repoKey = 'oss-snapshot-local'
26+
repoKey = version.contains('SNAPSHOT') ? 'oss-snapshot-local' : 'oss-release-local'
2727

2828
// Credentials for oss.jfrog.org are a user's Bintray credentials
2929
username = project.property('bintrayUser')

0 commit comments

Comments
 (0)