Skip to content

Commit 42b88e0

Browse files
authored
bugfix set Java 25 for snapshots workflow (#2056)
1 parent a0838c8 commit 42b88e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/snapshots.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
4141
with:
4242
distribution: temurin
43-
java-version: 17
43+
java-version: 25
4444
- id: extract_version
4545
name: Extract project version
4646
shell: bash

0 commit comments

Comments
 (0)