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 78b9b17 commit 9feb45cCopy full SHA for 9feb45c
1 file changed
.github/workflows/mill-plugin-tests.yaml
@@ -19,20 +19,6 @@ jobs:
19
with:
20
java-version: 11
21
distribution: 'temurin'
22
- - name: Cache maven dependencies
23
- uses: actions/cache@v5
24
- env:
25
- cache-name: cache-maven-repository
26
- with:
27
- path: |
28
- ~/.m2/repository
29
- ~/.gradle
30
- !~/.gradle/caches/*/plugin-resolution/
31
- !~/.m2/repository/org/openapitools/
32
- key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
33
- restore-keys: |
34
- ${{ runner.os }}-test-mill-plugin-${{ env.cache-name }}-
35
- ${{ runner.os }}-test-mill-plugin-
36
- name: Run tests
37
env:
38
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
0 commit comments