Skip to content

Commit 4b9313c

Browse files
committed
update to java 25
1 parent 76b2317 commit 4b9313c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: ${{ inputs.release == false }}
4343
shell: bash
4444
run: |
45-
./gradlew publish -Ptoolchain=21 ${{ inputs.gradle-args }}
45+
./gradlew publish -Ptoolchain=25 ${{ inputs.gradle-args }}
4646
env:
4747
MAVEN_USER: ${{ secrets.MAVEN_USER }}
4848
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}

0 commit comments

Comments
 (0)