We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd9a95 commit 0803c98Copy full SHA for 0803c98
.github/workflows/build_maven_package.yml
@@ -29,11 +29,11 @@ jobs:
29
with:
30
# Shallow clones should be disabled for a better relevancy of analysis
31
fetch-depth: 0
32
- - name: Set up JDK 17
+ - name: Set up JDK 21
33
uses: actions/setup-java@main
34
35
- java-version: '17'
36
- distribution: 'corretto'
+ java-version: '21'
+ distribution: 'graalvm'
37
cache: 'maven'
38
- name: Cache Maven packages
39
uses: actions/cache@main
0 commit comments