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 53f418e commit 3037821Copy full SHA for 3037821
.github/workflows/ci-report.yml
@@ -24,10 +24,10 @@ jobs:
24
with:
25
persist-credentials: false
26
ref: ${{ github.ref }}
27
- - name: Set up Java ${{ matrix.os.java.version }}
+ - name: Set up Java 21
28
uses: actions/setup-java@v4
29
30
- java-version: ${{ matrix.os.java.version }}
+ java-version: 21
31
distribution: temurin
32
# https://github.com/actions/cache/blob/main/examples.md#java---maven
33
- name: Cache local Maven repository
@@ -65,4 +65,4 @@ jobs:
65
done
66
exit $status
67
env:
68
- DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY_PR }}
+ DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY_PR }}
0 commit comments