소스 검색

fix gradle repositories

master
Binary Wang 8 년 전
부모
커밋
19cfded2fb
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      build.gradle

+ 4
- 4
build.gradle 파일 보기

@@ -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 {


불러오는 중...
취소
저장