We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b1ceb commit af42a90Copy full SHA for af42a90
.github/workflows/maven.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
java-version: '8'
21
distribution: 'adopt'
22
- cache: maven
+ #cache: maven
23
- name: Build with Maven
24
run: |
25
mvn -B package --file pom.xml
0 commit comments