diff --git a/WebApp/build.gradle b/WebApp/build.gradle index b87c70d..22cad8d 100644 --- a/WebApp/build.gradle +++ b/WebApp/build.gradle @@ -1,7 +1,6 @@ buildscript { repositories { mavenCentral() - google() } dependencies { diff --git a/build.gradle b/build.gradle index e9b413c..491d1cc 100644 --- a/build.gradle +++ b/build.gradle @@ -14,8 +14,8 @@ allprojects { nativePartTemplate = "${rootProject.projectDir.absolutePath}/native_template.gradle" } repositories { - mavenLocal() mavenCentral() + google() if (project.hasProperty("GITHUB_USER") && project.hasProperty("GITHUB_TOKEN")) { maven { url "https://maven.pkg.github.com/InsanusMokrassar/TelegramBotAPI" @@ -27,6 +27,7 @@ allprojects { } maven { url "https://proxy.nexus.inmo.dev/repository/maven-releases/" } + mavenLocal() } }