We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f053013 commit 73f05bbCopy full SHA for 73f05bb
2 files changed
WebApp/build.gradle
@@ -1,7 +1,6 @@
1
buildscript {
2
repositories {
3
mavenCentral()
4
- google()
5
}
6
7
dependencies {
build.gradle
@@ -14,8 +14,8 @@ allprojects {
14
nativePartTemplate = "${rootProject.projectDir.absolutePath}/native_template.gradle"
15
16
17
- mavenLocal()
18
+ google()
19
if (project.hasProperty("GITHUB_USER") && project.hasProperty("GITHUB_TOKEN")) {
20
maven {
21
url "https://maven.pkg.github.com/InsanusMokrassar/TelegramBotAPI"
@@ -27,6 +27,7 @@ allprojects {
27
28
29
maven { url "https://proxy.nexus.inmo.dev/repository/maven-releases/" }
30
+ mavenLocal()
31
32
33
0 commit comments