Browse Source

fix gradle repositories

master
Binary Wang 8 years ago
parent
commit
19cfded2fb
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      build.gradle

+ 4
- 4
build.gradle View File

@@ -11,11 +11,11 @@ subprojects {
targetCompatibility = 1.7


//repositories {
//mavenLocal()
repositories {
mavenLocal()
maven { url "http://central.maven.org/maven2" }
//maven { url "http://maven.aliyun.com/nexus/content/groups/public" }
//}
}


dependencies {


Loading…
Cancel
Save