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 087b7fc commit c94b6f1Copy full SHA for c94b6f1
.github/workflows/maven.yml
@@ -22,6 +22,7 @@ jobs:
22
with:
23
java-version: '17'
24
distribution: 'adopt'
25
+ cache: 'maven'
26
27
- name: 📦 Build with Maven
28
run: mvn --batch-mode --update-snapshots test jacoco:report --file pom.xml
0 commit comments