Skip to content

Commit

Permalink
Set up newer java last when running pipeline
Browse files Browse the repository at this point in the history
In order to have the correct Java Home (hopefully) - set up 16 first then 17 after
  • Loading branch information
The-Fireplace committed Jul 8, 2024
1 parent 1331654 commit be33faf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
with:
distribution: 'temurin'
java-version: |
${{ matrix.java }}
16
${{ matrix.java }}
- name: Cache Gradle packages
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
with:
distribution: 'temurin'
java-version: |
${{ matrix.java }}
16
${{ matrix.java }}
- name: build
run: ./gradlew build
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
with:
distribution: 'temurin'
java-version: |
${{ matrix.java }}
16
${{ matrix.java }}
- name: Cache Gradle packages
uses: actions/cache@v2
Expand Down

0 comments on commit be33faf

Please sign in to comment.