Skip to content

Commit

Permalink
Take in the fabric argument so we can handle mod loaders in a similar…
Browse files Browse the repository at this point in the history
… way
  • Loading branch information
Novampr committed Oct 13, 2024
2 parents 502660a + e044011 commit b5cd446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '8.0.312'
java-version: '21'
distribution: 'temurin'
- name: Build with Gradle
run: |
Expand Down

0 comments on commit b5cd446

Please sign in to comment.