This repository was archived by the owner on Jun 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-18
lines changed Expand file tree Collapse file tree 3 files changed +9
-18
lines changed Original file line number Diff line number Diff line change 19
19
20
20
buildscript {
21
21
repositories {
22
+ jcenter {
23
+ url ' https://maven.aliyun.com/repository/jcenter'
24
+ }
22
25
mavenLocal()
23
- maven {url ' http://maven.aliyun.com/nexus/content/groups/public/' }
24
- mavenCentral()
25
- jcenter()
26
26
}
27
27
dependencies {
28
28
classpath ' com.android.tools.build:gradle:2.3.3'
@@ -41,18 +41,16 @@ subprojects {
41
41
}
42
42
}
43
43
repositories {
44
- mavenLocal()
45
44
if (project. hasProperty(' external_repositories' )){
46
45
maven {
47
46
url external_repositories
48
47
}
49
48
}
50
- maven {url ' http://maven.aliyun.com/nexus/content/groups/public/' }
51
- mavenCentral()
52
- jcenter()
53
- maven {
54
- url ' https://maven.google.com'
49
+ jcenter {
50
+ url ' https://maven.aliyun.com/repository/jcenter'
55
51
}
52
+ mavenCentral()
53
+ mavenLocal()
56
54
}
57
55
buildscript {
58
56
dependencies {
Original file line number Diff line number Diff line change 18
18
*/
19
19
20
20
buildscript {
21
- repositories {
22
- mavenLocal()
23
- maven {url ' http://maven.aliyun.com/nexus/content/groups/public/' }
24
- mavenCentral()
25
- jcenter()
26
- }
27
21
dependencies {
28
- classpath ' com.android.tools.build:gradle:2.3.3'
29
22
if (! project. disableCov) {
30
23
classpath ' com.vanniktech:gradle-android-junit-jacoco-plugin:0.5.0'
31
24
}
Original file line number Diff line number Diff line change 11
11
"type" : " git" ,
12
12
"url" :
" [email protected] :apache/incubator-weex.git"
13
13
},
14
- "homepage" : " http ://weex.apache.org/" ,
14
+ "homepage" : " https ://weex.apache.org/" ,
15
15
"bugs" : {
16
- "url" : " https://issues. apache.org/jira/browse/WEEX/ "
16
+ "url" : " https://github.com/ apache/incubator-weex/issues "
17
17
},
18
18
"private" : true ,
19
19
"keywords" : [
You can’t perform that action at this time.
0 commit comments