Browse Source

update github actions

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1900289 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_3
PJ Fanning 2 years ago
parent
commit
5488f87674
1 changed files with 2 additions and 12 deletions
  1. 2
    12
      .github/workflows/test-gradle.yml

+ 2
- 12
.github/workflows/test-gradle.yml View File

@@ -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

Loading…
Cancel
Save