mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-07-16 16:50:43 +08:00
fix gradle repositories
This commit is contained in:
parent
29c6d14e05
commit
19cfded2fb
@ -11,11 +11,11 @@ subprojects {
|
|||||||
targetCompatibility = 1.7
|
targetCompatibility = 1.7
|
||||||
|
|
||||||
|
|
||||||
//repositories {
|
repositories {
|
||||||
//mavenLocal()
|
mavenLocal()
|
||||||
|
maven { url "http://central.maven.org/maven2" }
|
||||||
//maven { url "http://maven.aliyun.com/nexus/content/groups/public" }
|
//maven { url "http://maven.aliyun.com/nexus/content/groups/public" }
|
||||||
//}
|
}
|
||||||
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
Reference in New Issue
Block a user