Skip to content

Commit

Permalink
Updated to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSuperGamer20578 committed Jul 28, 2024
1 parent ce48486 commit f0e2840
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
java-version: 21
distribution: temurin
- uses: mikepenz/[email protected]
with:
use-gradlew: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: recursive
- uses: actions/setup-java@v3
with:
java-version: 17
java-version: 21
distribution: temurin
- uses: gradle/gradle-build-action@v2
- name: Build
Expand All @@ -48,7 +48,7 @@ jobs:
languages: java
- uses: actions/setup-java@v3
with:
java-version: 17
java-version: 21
distribution: temurin
- uses: gradle/gradle-build-action@v2
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: recursive
- uses: actions/setup-java@v3
with:
java-version: 17
java-version: 21
distribution: temurin
- uses: gradle/gradle-build-action@v2
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"cloth-config": "*",
"fabric": "*",
"fabricloader": "*",
"minecraft": ">=1.19",
"java": ">=11"
"minecraft": ">=1.20.5",
"java": ">=21"
},
"entrypoints": {
"main": [
Expand Down

0 comments on commit f0e2840

Please sign in to comment.