We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea73e2c commit e24540bCopy full SHA for e24540b
1 file changed
.github/workflows/build.yml
@@ -21,10 +21,10 @@ jobs:
21
- uses: actions/checkout@v3
22
with:
23
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
24
- - name: Set up JDK 11
+ - name: Set up JDK 17
25
uses: actions/setup-java@v3
26
27
- java-version: '11'
+ java-version: '17'
28
distribution: 'temurin'
29
cache: maven
30
- name: Cache Maven packages
0 commit comments