aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test-gradle.yml14
1 files changed, 2 insertions, 12 deletions
diff --git a/.github/workflows/test-gradle.yml b/.github/workflows/test-gradle.yml
index 0e226d182e..ce17027533 100644
--- a/.github/workflows/test-gradle.yml
+++ b/.github/workflows/test-gradle.yml
@@ -24,17 +24,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
- check-latest: true
-
- - name: Cache Gradle wrapper and dependencies
- uses: actions/cache@v3
- with:
- path: |
- ~/.gradle/caches
- ~/.gradle/wrapper
- key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
- restore-keys: |
- ${{ runner.os }}-gradle-
+ cache: 'maven'
- name: Verify Gradle wrapper
uses: gradle/wrapper-validation-action@v1
@@ -43,4 +33,4 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
- run: ./gradlew check -PjdkVersion=11
+ run: ./gradlew check -PjdkVersion=11 --no-daemon