We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4451f commit c73432bCopy full SHA for c73432b
.github/workflows/maven.yml
@@ -72,13 +72,6 @@ jobs:
72
java-version: '11'
73
cache: 'maven'
74
75
- - name: Cache Maven packages
76
- uses: actions/cache@v4
77
- with:
78
- path: ~/.m2
79
- key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
80
- restore-keys: ${{ runner.os }}-m2
81
-
82
# -B: batch mode; -e: produce execution error messages;
83
# -X: debug mode; -N: non-recursive (don't build submodules)
84
0 commit comments