Skip to content

Commit

Permalink
Update JDK to 17 (from 1.8). Required for current cmdline-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Sep 25, 2023
1 parent bc52f43 commit 26c86ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test.yml
Expand Up @@ -72,6 +72,12 @@ jobs:
with:
node-version: '16'

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'adopt'

- run: npm ci
- run: npm run build

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Expand Up @@ -35,10 +35,10 @@ jobs:
with:
path: ./build/

- name: Set up JDK 1.8
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 1.8
java-version: 17
distribution: 'adopt'

- name: Setup Android SDK
Expand Down

0 comments on commit 26c86ac

Please sign in to comment.