From 20407441d9dab2dacba2b3010fe784ee85f14ec7 Mon Sep 17 00:00:00 2001 From: Vinay Rao Date: Mon, 19 Jun 2017 14:23:44 -0700 Subject: [PATCH] DVCSMP-2701 Update Deployment Jobs to new Artifactory. set build gradle to new artifactory server --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 08d5e86..f2dc8da 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { username smartThingsArtifactoryUserName 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 password smartThingsArtifactoryPassword } - url "https://artifactory.smartthings.com/libs-release-local" + url "https://smartthings.jfrog.io/smartthings/libs-release-local" } }