Skip to content

Commit

Permalink
Merge pull request #18 from kenshoo/change_artifactory_url
Browse files Browse the repository at this point in the history
Change kenshoo.artifactoryonline.com to kenshoo.jfrog.io
  • Loading branch information
shayharush authored Jun 14, 2017
2 parents be1b770 + 410694d commit 35784e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ uploadArchives {
def password = project.hasProperty('password') ? "$password" : ''
repositories {
mavenDeployer {
repository(url: "https://kenshoo.artifactoryonline.com/kenshoo/simple/libs-releases-local/") {
repository(url: "https://kenshoo.jfrog.io/kenshoo/simple/libs-releases-local/") {
authentication(userName: "deployer", password: password)
}
snapshotRepository(url: "https://kenshoo.artifactoryonline.com/kenshoo/simple/libs-snapshots-local/") {
snapshotRepository(url: "https://kenshoo.jfrog.io/kenshoo/simple/libs-snapshots-local/") {
authentication(userName: "deployer", password: password)
}
}
Expand Down

0 comments on commit 35784e8

Please sign in to comment.