Skip to content

Commit 99e819d

Browse files
authored
Merge pull request #78308 from greens/fixup/bintray
Remove bintray from sources list and update artifactory url
2 parents ab054dd + 636e6e6 commit 99e819d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,24 @@ buildscript {
1313
}
1414
repositories {
1515
mavenLocal()
16-
jcenter()
1716
maven {
1817
credentials {
1918
username smartThingsArtifactoryUserName
2019
password smartThingsArtifactoryPassword
2120
}
22-
url "https://smartthings.jfrog.io/smartthings/libs-release-local"
21+
url "https://smartthings.jfrog.io/smartthings/libs-release"
2322
}
2423
}
2524
}
2625

2726
repositories {
2827
mavenLocal()
29-
jcenter()
3028
maven {
3129
credentials {
3230
username smartThingsArtifactoryUserName
3331
password smartThingsArtifactoryPassword
3432
}
35-
url "https://smartthings.jfrog.io/smartthings/libs-release-local"
33+
url "https://smartthings.jfrog.io/smartthings/libs-release"
3634
}
3735
}
3836

0 commit comments

Comments
 (0)