build: switch Java distribution from Zulu to JetBrains in GitHub Actions (#4838)

This commit is contained in:
James Rich 2026-03-18 09:36:50 -05:00 committed by GitHub
parent 3263b0614f
commit 1e9e838025
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 9 additions and 9 deletions

View file

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: zulu
distribution: jetbrains
java-version: 17
- name: Generate and submit dependency graph