Skip to content

Commit 4042bbb

Browse files
authored
Merge pull request SmartThingsCommunity#2102 from SmartThingsCommunity/bug/deploy_script2
DVCSMP-2701 Update Deployment Jobs to new Artifactory.
2 parents e6c1713 + 2040744 commit 4042bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
username smartThingsArtifactoryUserName
2020
password smartThingsArtifactoryPassword
2121
}
22-
url "https://artifactory.smartthings.com/libs-release-local"
22+
url "https://smartthings.jfrog.io/smartthings/libs-release-local"
2323
}
2424
}
2525
}
@@ -32,7 +32,7 @@ repositories {
3232
username smartThingsArtifactoryUserName
3333
password smartThingsArtifactoryPassword
3434
}
35-
url "https://artifactory.smartthings.com/libs-release-local"
35+
url "https://smartthings.jfrog.io/smartthings/libs-release-local"
3636
}
3737
}
3838

0 commit comments

Comments
 (0)