Skip to content

Commit

Permalink
more 1.20.6 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
crazymoose77756 committed May 8, 2024
1 parent 8b51588 commit 609678b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3.10.0
with:
java-version: 17
java-version: 21
distribution: 'zulu'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/meteor-rejects-meteor.mixins.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "anticope.rejects.mixin.meteor",
"compatibilityLevel": "JAVA_16",
"compatibilityLevel": "JAVA_21",
"client": [
"AccountMixin",
"AccountsMixin",
Expand Down

0 comments on commit 609678b

Please sign in to comment.