Skip to content

Commit fc9a9c6

Browse files
committed
Fix workflow
1 parent 2b6b864 commit fc9a9c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
!contains(github.event.head_commit.message, '[ciskip]')
1212
uses: nanite/workflows/.github/workflows/standard-modmuss.yml@v1.1
1313
with:
14-
java-version: 21
14+
java-version: 25
1515
changelog-file: "./CHANGELOG.md"
1616
release-to-github: false
1717
secrets:

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
secrets:
1414
nanite-token: ${{ secrets.NANITE_DEPLOY }}
1515
with:
16-
java-version: 21
16+
java-version: 25
1717
use-snapshots: true
1818
gradle-tasks: build publish

0 commit comments

Comments
 (0)