mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(build): more downgrades to JDK 17 (#4374)
This commit is contained in:
parent
742d57bd64
commit
bd6480e5db
7 changed files with 20 additions and 17 deletions
4
.github/workflows/reusable-android-test.yml
vendored
4
.github/workflows/reusable-android-test.yml
vendored
|
|
@ -42,10 +42,10 @@ jobs:
|
|||
submodules: 'recursive'
|
||||
fetch-depth: 1 # Shallow clone - no version code calculation needed
|
||||
|
||||
- name: Set up JDK 21
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
java-version: '21'
|
||||
java-version: '17'
|
||||
distribution: 'jetbrains'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue