修改jar包下载地址

master
jiahuiwen 2021-09-26 14:42:00 +08:00
parent 22428c74b2
commit ae9a370ff4
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
mavenLocal()
mavenCentral()
}