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 eae44ad commit edf2fe3Copy full SHA for edf2fe3
.github/workflows/checks.yml
@@ -40,12 +40,12 @@ jobs:
40
</servers>
41
</settings>' > ~/.m2/settings.xml
42
43
- - name: Cache Maven packages
44
- uses: actions/cache@v4
45
- with:
46
- path: ~/.m2
47
- key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
48
- restore-keys: ${{ runner.os }}-m2
+ # - name: Cache Maven packages
+ # uses: actions/cache@v4
+ # with:
+ # path: ~/.m2
+ # key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
+ # restore-keys: ${{ runner.os }}-m2
49
50
- name: Build with Maven
51
run: mvn clean compile
0 commit comments