Use HTTPS when downloading dependencies (#2118)

This commit is contained in:
Henrik Tunedal
2018-09-22 22:18:45 +02:00
committed by Nikolay Igotti
parent 6bc47171ca
commit 23b58c38ac
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ configurations {
repositories {
ivy {
ivyPattern 'http://teamcity.jetbrains.com/guestAuth/repository/download/[module]/[revision]/teamcity-ivy.xml'
artifactPattern 'http://teamcity.jetbrains.com/guestAuth/repository/download/[module]/[revision]/[artifact](.[ext])'
ivyPattern 'https://teamcity.jetbrains.com/guestAuth/repository/download/[module]/[revision]/teamcity-ivy.xml'
artifactPattern 'https://teamcity.jetbrains.com/guestAuth/repository/download/[module]/[revision]/[artifact](.[ext])'
}
}