Skip to content

Commit

Permalink
Run with Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Jul 4, 2024
1 parent aad5ed2 commit 22d0cda
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-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
build:
uses: neoforged/actions/.github/workflows/build-prs.yml@main
with:
java: 17
java: 21
gradle_tasks: build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
release:
uses: neoforged/actions/.github/workflows/gradle-publish.yml@main
with:
java: 17
java: 21
pre_gradle_tasks: build
gradle_tasks: publish
secrets:
Expand Down

0 comments on commit 22d0cda

Please sign in to comment.