android: Fix ci builds with Java 17

This commit is contained in:
Abandoned Cart 2023-06-06 07:06:34 -04:00
parent 069d7e6be4
commit 5ff28ffc6d
1 changed files with 5 additions and 0 deletions

View File

@ -129,6 +129,11 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Set up cache
uses: actions/cache@v3
with: