chore(build): more downgrades to JDK 17 (#4374)

This commit is contained in:
James Rich 2026-01-30 10:18:50 -06:00 committed by GitHub
parent 742d57bd64
commit bd6480e5db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 20 additions and 17 deletions

View file

@ -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 }}