Merge pull request #10510 from jmakovicka/builder-https

Switch the remaining builder URLs to https
This commit is contained in:
alex-osm 2021-01-02 18:36:56 +03:00 committed by GitHub
commit 96a64c0fe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -55,7 +55,7 @@ android {
repositories {
ivy {
name = "OsmAndBinariesIvy"
url = "http://builder.osmand.net"
url = "https://builder.osmand.net"
layout "pattern", {
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
}

View file

@ -55,7 +55,7 @@ android {
repositories {
ivy {
name = "OsmAndBinariesIvy"
url = "http://builder.osmand.net"
url = "https://builder.osmand.net"
layout "pattern", {
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
}

View file

@ -55,7 +55,7 @@ android {
repositories {
ivy {
name = "OsmAndBinariesIvy"
url = "http://builder.osmand.net"
url = "https://builder.osmand.net"
layout "pattern", {
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
}

View file

@ -56,7 +56,7 @@ android {
repositories {
ivy {
name = "OsmAndBinariesIvy"
url = "http://builder.osmand.net"
url = "https://builder.osmand.net"
layout "pattern", {
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
}