mirror of https://github.com/halo-dev/halo
Add aliyun maven repository mirror into build.gradle
parent
ed81be4ffd
commit
9642dd994a
|
@ -13,7 +13,11 @@ sourceCompatibility = '1.8'
|
|||
description = 'Halo, personal blog system developed in Java.'
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url 'https://maven.aliyun.com/nexus/content/groups/public'
|
||||
}
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
|
Loading…
Reference in New Issue