From: PJ Fanning Date: Tue, 26 Apr 2022 12:14:54 +0000 (+0000) Subject: update github actions X-Git-Tag: REL_5_2_3~348 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5488f876744405359b55d4d1ff240d4ea6cb67cf;p=poi.git update github actions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1900289 13f79535-47bb-0310-9956-ffa450edef68 --- 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