Skip to content

Commit 5c47fc7

Browse files
committed
[CI] update jdk
1 parent 41b31f4 commit 5c47fc7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
# Use the latest 2.1 version of CircleCI pipeline process engine.
2-
# See: https://circleci.com/docs/2.0/configuration-reference
3-
# For a detailed guide to building and testing on Android, read the docs:
4-
# https://circleci.com/docs/2.0/language-android/ for more details.
51
version: 2.1
62

73
# Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that can be used across multiple projects.
84
# See: https://circleci.com/docs/2.0/orb-intro/
95
orbs:
10-
android: circleci/android@1.0.3
6+
android: circleci/android@2.3.0
117

128
# Define a job to be invoked later in a workflow.
139
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
@@ -25,6 +21,9 @@ jobs:
2521
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
2622
steps:
2723
- run: ls -l /opt/android/sdk/build-tools
24+
25+
- android/change-java-version
26+
java-version: 17
2827

2928
# Checkout the code as the first step.
3029
- checkout

0 commit comments

Comments
 (0)