We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f0d5b commit 57f9867Copy full SHA for 57f9867
1 file changed
.github/workflows/pr.yaml
@@ -19,7 +19,6 @@ jobs:
19
- name: Setup java
20
uses: actions/setup-java@v2
21
with:
22
- cache: 'maven'
23
java-version: ${{ matrix.java }}
24
distribution: 'temurin'
25
- run: |
0 commit comments