We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4257725 commit 91755f8Copy full SHA for 91755f8
1 file changed
.github/workflows/maven.yml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
java-version: ${{ matrix.java }}
25
distribution: 'temurin'
26
+ cache: maven
27
- name: Build with Maven
28
run: mvn -B package --file pom.xml
29
- name: Extract Maven project version
0 commit comments