Update repository urls to recent
This commit is contained in:
parent
80eafad3fe
commit
d2f03ee79f
|
|
@ -1,6 +1,6 @@
|
|||
repositories {
|
||||
maven {
|
||||
url 'https://dl.bintray.com/touchin/touchin-tools'
|
||||
url "https://maven.dev.touchin.ru"
|
||||
metadataSources {
|
||||
artifact()
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
repositories {
|
||||
maven {
|
||||
url "https://dl.bintray.com/touchin/touchin-tools"
|
||||
url "https://maven.dev.touchin.ru"
|
||||
metadataSources {
|
||||
artifact()
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ def appendKotlinErrors
|
|||
def appendLintErrors
|
||||
|
||||
repositories {
|
||||
maven { url "http://dl.bintray.com/touchin/touchin-tools" }
|
||||
maven { url "https://maven.dev.touchin.ru" }
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ VERSION=$1
|
|||
FILE_NAME="api-generator-${VERSION}.jar"
|
||||
|
||||
# download api generator
|
||||
link="https://dl.bintray.com/touchin/touchin-tools/ru/touchin/api-generator/${VERSION}/${FILE_NAME}"
|
||||
link="https://maven.dev.touchin.ru/ru/touchin/api-generator/${VERSION}/${FILE_NAME}"
|
||||
. build-scripts/xcode/aux_scripts/download_file.sh ${FILE_NAME} ${link}
|
||||
|
||||
# execute api generator
|
||||
|
|
|
|||
Loading…
Reference in New Issue