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 d2e3dda commit a1e38e9Copy full SHA for a1e38e9
.github/workflows/maven.yml
@@ -18,5 +18,6 @@ jobs:
18
with:
19
distribution: 'temurin'
20
java-version: ${{matrix.java}}
21
+ cache: 'maven'
22
- name: Build with Maven
23
run: mvn verify -B -e -V --file pom.xml -Dgpg.skip=true
0 commit comments