Skip to content

Commit

Permalink
Download latest available JDKs rather than using cached ones
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed May 6, 2024
1 parent 486a58d commit ea2a684
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/run-gradle/action.yml
Expand Up @@ -13,6 +13,7 @@ runs:
with:
distribution: temurin
java-version: 21
check-latest: true
- uses: gradle/actions/setup-gradle@v3
- shell: bash
env:
Expand Down
1 change: 1 addition & 0 deletions .github/actions/setup-test-jdk/action.yml
Expand Up @@ -12,5 +12,6 @@ runs:
with:
distribution: ${{ inputs.distribution }}
java-version: 8
check-latest: true
- shell: bash
run: echo "JDK8=$JAVA_HOME" >> $GITHUB_ENV
1 change: 1 addition & 0 deletions .github/workflows/cross-version.yml
Expand Up @@ -70,6 +70,7 @@ jobs:
with:
distribution: semeru
java-version: ${{ matrix.jdk }}
check-latest: true
- name: 'Prepare JDK${{ matrix.jdk }} env var'
shell: bash
run: echo "JDK${{ matrix.jdk }}=$JAVA_HOME" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gradle-dependency-submission.yml
Expand Up @@ -22,5 +22,6 @@ jobs:
with:
distribution: temurin
java-version: 21
check-latest: true
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3

0 comments on commit ea2a684

Please sign in to comment.