diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-04-26 12:14:54 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-04-26 12:14:54 +0000 |
commit | 5488f876744405359b55d4d1ff240d4ea6cb67cf (patch) | |
tree | 4acdbabe526093c309f08ae8bf285cc4aba04847 | |
parent | 266f3b8a61c5bd73bc32c3bbeafc54062e25097f (diff) | |
download | poi-5488f876744405359b55d4d1ff240d4ea6cb67cf.tar.gz poi-5488f876744405359b55d4d1ff240d4ea6cb67cf.zip |
update github actions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1900289 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | .github/workflows/test-gradle.yml | 14 |
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 |