File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 - uses : actions/setup-java@v4
2121 with :
2222 distribution : zulu
23- java-version : 11
23+ java-version : 21
2424
2525 - name : Cache Maven packages
2626 uses : actions/cache@v4
2727 with :
2828 path : ~/.m2
29- key : ${{ runner.os }}-m2-v8 -${{ hashFiles('**/pom.xml') }}
30- restore-keys : ${{ runner.os }}-m2-v8
29+ key : ${{ runner.os }}-m2-v21 -${{ hashFiles('**/pom.xml') }}
30+ restore-keys : ${{ runner.os }}-m2-v21
3131
3232 - name : Download Coverity Build Tool
3333 run : |
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 - uses : actions/setup-java@v4
2121 with :
2222 distribution : zulu
23- java-version : 11
23+ java-version : 21
2424
2525 - name : Cache Maven packages
2626 uses : actions/cache@v4
2727 with :
2828 path : ~/.m2
29- key : ${{ runner.os }}-m2-v8 -${{ hashFiles('**/pom.xml') }}
30- restore-keys : ${{ runner.os }}-m2-v8
29+ key : ${{ runner.os }}-m2-v21 -${{ hashFiles('**/pom.xml') }}
30+ restore-keys : ${{ runner.os }}-m2-v21
3131
3232 - name : Build
3333 run : mvn --batch-mode compile
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 - uses : actions/setup-java@v4
1515 with :
1616 distribution : zulu
17- java-version : 11
17+ java-version : 21
1818
1919 - name : Cache Maven packages
2020 uses : actions/cache@v4
2121 with :
2222 path : ~/.m2
23- key : ${{ runner.os }}-m2-v8 -${{ hashFiles('**/pom.xml') }}
24- restore-keys : ${{ runner.os }}-m2-v8
23+ key : ${{ runner.os }}-m2-v21 -${{ hashFiles('**/pom.xml') }}
24+ restore-keys : ${{ runner.os }}-m2-v21
2525
2626 - name : Deploy to GitLab Package Repository # GitHub Packages
2727 env :
You can’t perform that action at this time.
0 commit comments