Skip to content

Commit

Permalink
fix: workflows use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Feb 28, 2022
1 parent b4dac22 commit 133eb40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
# Use these Java versions
java: [
16 # Minimum supported by Minecraft
17 # Minimum supported by Minecraft
]
os: [ ubuntu-latest ] # only run on linux as we expect no difference by platform anyways
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ jdk:
- openjdk16
before_install:
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
- source install-jdk.sh --feature 16
- source install-jdk.sh --feature 17

0 comments on commit 133eb40

Please sign in to comment.