Код: Выделить всё
repositories {
maven {
url 'https://artifactory.mycompany.com/artifactory/maven-remote'
}
mavenCentral()
}
Подробнее здесь: https://stackoverflow.com/questions/787 ... ck-failure
Код: Выделить всё
repositories {
maven {
url 'https://artifactory.mycompany.com/artifactory/maven-remote'
}
mavenCentral()
}