Skip to content

Commit

Permalink
fix: use mavenCentral as default repository instead of aliyun (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: Yixiang Zhao <[email protected]>
  • Loading branch information
seriouszyx authored Jan 4, 2022
1 parent 5564a62 commit 33baa2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jar.enabled = true

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

Expand Down

0 comments on commit 33baa2c

Please sign in to comment.