Skip to content

Commit

Permalink
Change kenshoo.artifactoryonline.com to kenshoo.jfrog.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Yael Bikel committed Jun 14, 2017
1 parent be1b770 commit 410694d
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 410694d

Please sign in to comment.