Skip to content

Commit

Permalink
Publish as release to artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Sep 26, 2018
1 parent c0a2a14 commit 68b4b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-artifactory.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ artifacts {
uploadArchives {
repositories {
mavenDeployer {
repository(url: System.getenv('ARTIFACTORY_URL') + "/libs-snapshot-local") {
repository(url: System.getenv('ARTIFACTORY_URL') + "/libs-release-local") {
authentication(userName: System.getenv('ARTIFACTORY_USER'), password: System.getenv('ARTIFACTORY_PASS'))
}
pom.version = PUBLISH_VERSION
Expand Down

0 comments on commit 68b4b05

Please sign in to comment.