Skip to content

Commit

Permalink
Build with Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Apr 12, 2024
1 parent 3df82a1 commit 7672a88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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: 8
gradle_tasks: test
java: 17
gradle_tasks: test
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
release:
uses: neoforged/actions/.github/workflows/gradle-publish.yml@main
with:
java: 8
java: 17
pre_gradle_tasks: test
gradle_tasks: publish
secrets:
Expand All @@ -25,4 +25,3 @@ jobs:
GPG_SUBKEY: ${{ secrets.GPG_SUBKEY }}
GPG_SUBKEY_ID: ${{ secrets.GPG_SUBKEY_ID }}
GPG_SUBKEY_PASSWORD: ${{ secrets.GPG_SUBKEY_PASSWORD }}

0 comments on commit 7672a88

Please sign in to comment.