Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSn0wy committed Apr 30, 2024
1 parent 57256e5 commit d93b6de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
matrix:
# Use these Java versions
java: [
17, # Current Java LTS & minimum supported by Minecraft
21, # Current Java LTS
21, # Currently min for minecraft
]
runs-on: ubuntu-22.04
steps:
Expand All @@ -25,7 +24,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'microsoft'
distribution: 'adopt-openj17'
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: build
Expand Down

0 comments on commit d93b6de

Please sign in to comment.