We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbfed3 commit 8eeb945Copy full SHA for 8eeb945
1 file changed
.github/workflows/set-version.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/setup-java@v5
18
with:
19
distribution: 'temurin'
20
- java-version: ${{ matrix.java }}
+ java-version: '17'
21
java-package: jdk
22
cache: 'maven'
23
0 commit comments