Skip to content

Commit

Permalink
[1.16.5-] Add Java 8 to build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Jul 9, 2024
1 parent 6e23ee8 commit 1e0709a
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,7 +22,7 @@ jobs:
with:
distribution: 'temurin'
java-version: |
16
8
${{ matrix.java }}
- name: Cache Gradle packages
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,7 +22,7 @@ jobs:
with:
distribution: 'temurin'
java-version: |
16
8
${{ matrix.java }}
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
distribution: 'temurin'
java-version: |
16
8
${{ matrix.java }}
- name: Cache Gradle packages
Expand Down

0 comments on commit 1e0709a

Please sign in to comment.