DVCSMP-2701 Update Deployment Jobs to new Artifactory. set build gradle to new artifactory server

This commit is contained in:
Vinay Rao
2017-06-19 14:23:44 -07:00
parent e6c17131af
commit 20407441d9

View File

@@ -19,7 +19,7 @@ buildscript {
username smartThingsArtifactoryUserName username smartThingsArtifactoryUserName
password smartThingsArtifactoryPassword password smartThingsArtifactoryPassword
} }
url "https://artifactory.smartthings.com/libs-release-local" url "https://smartthings.jfrog.io/smartthings/libs-release-local"
} }
} }
} }
@@ -32,7 +32,7 @@ repositories {
username smartThingsArtifactoryUserName username smartThingsArtifactoryUserName
password smartThingsArtifactoryPassword password smartThingsArtifactoryPassword
} }
url "https://artifactory.smartthings.com/libs-release-local" url "https://smartthings.jfrog.io/smartthings/libs-release-local"
} }
} }