Skip to content

Commit 498b0c2

Browse files
committed
Always provision Java 24 for the CI Gradle build
See gh-35007
1 parent 06386d5 commit 498b0c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/prepare-gradle-build/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ runs:
3030
java-version: |
3131
${{ inputs.java-early-access == 'true' && format('{0}-ea', inputs.java-version) || inputs.java-version }}
3232
${{ inputs.java-toolchain == 'true' && '17' || '' }}
33+
24
3334
- name: Set Up Gradle
3435
uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
3536
with:

0 commit comments

Comments
 (0)