From e1726f0434e35b508039f6393bf277a7427dbb8e Mon Sep 17 00:00:00 2001 From: Vladimir Shefer Date: Fri, 22 May 2020 21:15:58 +0300 Subject: [PATCH] Make apiGenerator repo compatible with gradle 6.+ --- gradle/apiGenerator.gradle | 7 ++++++- gradle/apiGeneratorKotlinServer.gradle | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/gradle/apiGenerator.gradle b/gradle/apiGenerator.gradle index e8f08af..66bd565 100644 --- a/gradle/apiGenerator.gradle +++ b/gradle/apiGenerator.gradle @@ -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 { diff --git a/gradle/apiGeneratorKotlinServer.gradle b/gradle/apiGeneratorKotlinServer.gradle index 2f98ab0..6c0229d 100644 --- a/gradle/apiGeneratorKotlinServer.gradle +++ b/gradle/apiGeneratorKotlinServer.gradle @@ -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 {