Skip to content

Commit a4875d9

Browse files
authored
Merge pull request #11 from SLNE-Development/chore/update-gh-jvm
Update Java version from 24 to 25 in workflow
2 parents 92fcaf0 + d161b91 commit a4875d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/setup-java@v4
4141
with:
4242
distribution: 'graalvm'
43-
java-version: '24'
43+
java-version: '25'
4444

4545
- name: Build all modules with Gradle
4646
run: ./gradlew build shadowJar --parallel --no-scan
@@ -99,4 +99,4 @@ jobs:
9999
files: ${{ env.JAR_FILES }}
100100
generate_release_notes: true
101101
env:
102-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)