Добавлена проверка на http
This commit is contained in:
@ -1,7 +1,12 @@
|
||||
pluginManagement{
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven {url getProperty("biz.redsoft.public.repo") }
|
||||
maven {
|
||||
def repo = getProperty("biz.redsoft.public.repo")
|
||||
url repo
|
||||
if (repo.contains("http:/"))
|
||||
allowInsecureProtocol = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user