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 d2d505d commit d6de129Copy full SHA for d6de129
.github/workflows/pr-verify.yml
@@ -16,6 +16,7 @@ jobs:
16
with:
17
distribution: 'temurin'
18
java-version: '11'
19
+ cache: maven
20
- name: Maven verify
21
run: mvn -B verify
22
0 commit comments