Skip to content

Commit 7a40ad0

Browse files
committed
docker 编译基本完成
1 parent 995f440 commit 7a40ad0

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.gradleVersion = '3.1.3'
4+
ext.gradleVersion = '3.1.2'
55
ext.kotlinVersion = '1.2.30'
66
ext.supportVersion = '27.1.1'
77
ext.AAVersion = '4.4.0'

ci/.build.sh.swp

12 KB
Binary file not shown.

ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ docker_src=/home/data
44

55
docker rm ci2
66
docker run --mount type=bind,source=$code_dir,target=$docker_src -it --name ci2 android-ci:v2 \
7-
bash -c "cd ${docker_src} && export PATH=$PATH:/opt/gradle/gradle-4.4/bin && gradle wrapper && ./gradlew assembleRelease"
7+
bash -c "cd ${docker_src} && export PATH=$PATH:/opt/gradle/gradle-4.4/bin && gradle wrapper && ./gradlew assembleEnterprise"
88

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Mon Jul 02 14:23:39 CST 2018
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
43
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip

0 commit comments

Comments
 (0)