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 d2e44f4 commit 5521893Copy full SHA for 5521893
.github/workflows/binaries-ea.yml
@@ -224,10 +224,17 @@ jobs:
224
shell: bash
225
run: mv ~/AppData/Local/mise ~/.asdf
226
- name: Setup JDK for gradle itself
227
+ if: false
228
uses: actions/setup-java@v4
229
with:
230
java-version: '21'
231
distribution: 'temurin'
232
+ - name: Setup JDK ${{ env.jdk_version }}
233
+ uses: actions/setup-java@v4
234
+ with:
235
+ java-version: '${{ env.jdk_version }}'
236
+ distribution: 'corretto'
237
+ java-package: 'jdk'
238
# endregion
239
240
# region JavaFX
0 commit comments