Use https everywhere - production code
This commit is contained in:
committed by
Ilya Chernikov
parent
7d5158c439
commit
7135f1972a
@@ -55,7 +55,7 @@ class IvyResolver : GenericRepositoryWithBridge {
|
||||
URLResolver().apply {
|
||||
isM2compatible = true
|
||||
name = "central"
|
||||
addArtifactPattern("http://repo1.maven.org/maven2/$DEFAULT_ARTIFACT_PATTERN")
|
||||
addArtifactPattern("https://repo1.maven.org/maven2/$DEFAULT_ARTIFACT_PATTERN")
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user