Skip to content

Commit 8eeb945

Browse files
committed
fix java version
1 parent 5dbfed3 commit 8eeb945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/set-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-java@v5
1818
with:
1919
distribution: 'temurin'
20-
java-version: ${{ matrix.java }}
20+
java-version: '17'
2121
java-package: jdk
2222
cache: 'maven'
2323

0 commit comments

Comments
 (0)