Make apiGenerator repo compatible with gradle 6.+

This commit is contained in:
Vladimir Shefer 2020-05-22 21:15:58 +03:00
parent ea14358a2e
commit e1726f0434
2 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,10 @@
repositories {
maven { url "http://dl.bintray.com/touchin/touchin-tools" }
maven {
url 'https://dl.bintray.com/touchin/touchin-tools'
metadataSources {
artifact()
}
}
}
configurations {

View File

@ -1,5 +1,10 @@
repositories {
maven { url "http://dl.bintray.com/touchin/touchin-tools" }
maven {
url "https://dl.bintray.com/touchin/touchin-tools"
metadataSources {
artifact()
}
}
}
configurations {