Skip to content

Commit

Permalink
build: add aliyun repository and reorder repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse0w0 committed Dec 8, 2023
1 parent 0956b96 commit ed2a97f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ subprojects {
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17

repositories {
mavenLocal()
mavenCentral()
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://jitpack.io' }
mavenCentral()
mavenLocal()
}

dependencies {
Expand Down

0 comments on commit ed2a97f

Please sign in to comment.