Skip to content

Commit 73f05bb

Browse files
fix in repositories
1 parent f053013 commit 73f05bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

WebApp/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
buildscript {
22
repositories {
33
mavenCentral()
4-
google()
54
}
65

76
dependencies {

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ allprojects {
1414
nativePartTemplate = "${rootProject.projectDir.absolutePath}/native_template.gradle"
1515
}
1616
repositories {
17-
mavenLocal()
1817
mavenCentral()
18+
google()
1919
if (project.hasProperty("GITHUB_USER") && project.hasProperty("GITHUB_TOKEN")) {
2020
maven {
2121
url "https://maven.pkg.github.com/InsanusMokrassar/TelegramBotAPI"
@@ -27,6 +27,7 @@ allprojects {
2727
}
2828

2929
maven { url "https://proxy.nexus.inmo.dev/repository/maven-releases/" }
30+
mavenLocal()
3031
}
3132
}
3233

0 commit comments

Comments
 (0)