Update 'build.gradle'

bvn13 2022-12-21 13:21:26 +03:00
parent b995937be4
commit 9628c096e3
1 changed files with 10 additions and 8 deletions

View File

@ -15,10 +15,11 @@ buildscript {
}
repositories {
maven {
allowInsecureProtocol true
url mavenRepo
}
mavenCentral()
//maven {
// allowInsecureProtocol true
// url mavenRepo
//}
}
dependencies {
@ -49,10 +50,11 @@ subprojects {
}
repositories {
maven {
allowInsecureProtocol true
url mavenRepo
}
mavenCentral()
//maven {
// allowInsecureProtocol true
// url mavenRepo
//}
}
//------------------- Настройка интеграционных тестов (start) ---------------------