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 dfaef57 commit d0a7cb2Copy full SHA for d0a7cb2
.github/workflows/maven.yml
@@ -25,6 +25,6 @@ jobs:
25
with:
26
java-version: ${{ matrix.java }}
27
distribution: 'temurin'
28
- cache: maven
+ # cache: maven
29
- name: Build with Maven
30
run: mvn -B package --no-transfer-progress --file pom.xml
0 commit comments