Skip to content

Commit 0803c98

Browse files
committed
chore: maven build and analyze moved to java GraalVM 21
1 parent 8bd9a95 commit 0803c98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_maven_package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
with:
3030
# Shallow clones should be disabled for a better relevancy of analysis
3131
fetch-depth: 0
32-
- name: Set up JDK 17
32+
- name: Set up JDK 21
3333
uses: actions/setup-java@main
3434
with:
35-
java-version: '17'
36-
distribution: 'corretto'
35+
java-version: '21'
36+
distribution: 'graalvm'
3737
cache: 'maven'
3838
- name: Cache Maven packages
3939
uses: actions/cache@main

0 commit comments

Comments
 (0)