updating artifactory link to point to new artifactory #892

Merged
merged 1 commit into from Jun 9, 2017
Jump to file or symbol
Failed to load files and symbols.
+1 −1
Split
View
@@ -169,7 +169,7 @@ uploadArchives {
authentication(userName: project.findProperty("sonatypeUsername"), password: project.findProperty("sonatypePassword"))
}
- snapshotRepository(url: "https://artifactory.broadinstitute.org/artifactory/libs-snapshot-local/") {
+ snapshotRepository(url: "https://broadinstitute.jfrog.io/broadinstitute/libs-snapshot-local/") {
authentication(userName: System.env.ARTIFACTORY_USERNAME, password: System.env.ARTIFACTORY_PASSWORD)
}