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 55f97fc commit 7e11cc2Copy full SHA for 7e11cc2
.github/workflows/main.yml
@@ -31,14 +31,8 @@ jobs:
31
with:
32
java-version: '17'
33
distribution: 'temurin'
34
- - name: Cache Dependencies
35
- uses: actions/cache@v4
36
- with:
37
- # Avoid caching the generated artifacts
38
- path: |
39
- ~/.gradle/*
40
- ~/.m2/repository/*
41
- key: "${{ matrix.runtime }}-maven-${{ hashFiles('**/pom.xml') }}"
+ - name: Set up Gradle
+ uses: gradle/actions/setup-gradle@v4
42
- name: Build Project
43
run: ./gradlew build --no-daemon
44
- name: Upload test reports
0 commit comments