Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Commit 203f8ad

Browse files
committed
Update config.yml
1 parent 451a253 commit 203f8ad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
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
@@ -36,6 +37,7 @@ jobs:
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
@@ -73,6 +75,7 @@ jobs:
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

0 commit comments

Comments
 (0)