We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06386d5 commit 498b0c2Copy full SHA for 498b0c2
.github/actions/prepare-gradle-build/action.yml
@@ -30,6 +30,7 @@ runs:
30
java-version: |
31
${{ inputs.java-early-access == 'true' && format('{0}-ea', inputs.java-version) || inputs.java-version }}
32
${{ inputs.java-toolchain == 'true' && '17' || '' }}
33
+ 24
34
- name: Set Up Gradle
35
uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
36
with:
0 commit comments