This repository was archived by the owner on Jun 7, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 docker :
88 - image : circleci/android:api-29
99 environment :
10+ JAVA_HOME : /usr/lib/jvm/java-8-openjdk-amd64
1011 JAVA_TOOL_OPTIONS : -Xmx5024m
1112 steps :
1213 - checkout
3637 docker :
3738 - image : circleci/android:api-29
3839 environment :
40+ JAVA_HOME : /usr/lib/jvm/java-8-openjdk-amd64
3941 JAVA_TOOL_OPTIONS : -Xmx5024m
4042 steps :
4143 - checkout
7375 docker :
7476 - image : circleci/android:api-29
7577 environment :
78+ JAVA_HOME : /usr/lib/jvm/java-8-openjdk-amd64
7679 JAVA_TOOL_OPTIONS : -Xmx5024m
7780 steps :
7881 - checkout
@@ -110,6 +113,7 @@ jobs:
110113 docker :
111114 - image : circleci/android:api-29
112115 environment :
116+ JAVA_HOME : /usr/lib/jvm/java-8-openjdk-amd64
113117 JAVA_TOOL_OPTIONS : -Xmx5024m
114118 steps :
115119 - checkout
You can’t perform that action at this time.
0 commit comments