Use HTTPS when downloading dependencies (#2118)
This commit is contained in:
committed by
Nikolay Igotti
parent
6bc47171ca
commit
23b58c38ac
@@ -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])'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user