mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
build: switch Java distribution from Zulu to JetBrains in GitHub Actions (#4838)
This commit is contained in:
parent
3263b0614f
commit
1e9e838025
6 changed files with 9 additions and 9 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
uses: actions/setup-java@v5
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'zulu'
|
||||
distribution: 'jetbrains'
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue