Skip to content

Commit

Permalink
fix jitpack build error;
Browse files Browse the repository at this point in the history
  • Loading branch information
zeropercenthappy committed Oct 30, 2024
1 parent 51a9ec4 commit e0f9dfc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ buildscript {
ext.okhttp_version = '4.9.1'
ext.gson_version = '2.9.0'
repositories {
maven {
url = uri("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
}
// maven {
// url = uri("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
// }
google()
mavenCentral()
}
Expand All @@ -25,9 +25,9 @@ buildscript {

allprojects {
repositories {
maven {
url = uri("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
}
// maven {
// url = uri("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
// }
google()
mavenCentral()
maven { url 'https://jitpack.io' }
Expand Down

0 comments on commit e0f9dfc

Please sign in to comment.