Skip to content

Commit e5e8574

Browse files
committed
Install both Java 17 and Java 24 for building docs
Docs branches have different Java requirements we should ensure that all required Java versions are available locally.
1 parent a2cabcb commit e5e8574

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
uses: actions/setup-java@v4
2626
with:
2727
distribution: 'liberica'
28-
java-version: '24'
28+
java-version: |
29+
17
30+
24
2931
- name: Set Up Gradle
3032
uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
3133
with:

0 commit comments

Comments
 (0)