fix(ci): install JetBrains JDK 21 for lint-check job (#5649)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
James Rich
2026-05-28 13:20:05 -07:00
committed by GitHub
parent 2e7100ca8e
commit ccd7fcd45b

View File

@@ -109,6 +109,7 @@ jobs:
with:
gradle_encryption_key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
cache_read_only: ${{ needs.setup.outputs.cache_read_only }}
install_jetbrains_jdk: 'true'
- name: Lint, Analysis & KMP Smoke Compile
if: inputs.run_lint == true