Skip to content

Commit 431918c

Browse files
Update release.yml - Changed JDK version
Signed-off-by: Swetank Mohanty <[email protected]>
1 parent 40be337 commit 431918c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,14 @@ jobs:
3838
uses: actions/setup-java@v4
3939
with:
4040
distribution: temurin
41-
java-version: '17'
41+
java-version: '21'
4242
cache: maven
4343

44+
- name: Verify Maven and Java
45+
run: |
46+
java --version
47+
mvn -version
48+
4449
- name: Configure Git
4550
run: |
4651
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)