Author: fanningpj
Date: Tue Apr 26 12:14:54 2022
New Revision: 1900289

URL: http://svn.apache.org/viewvc?rev=1900289&view=rev
Log:
update github actions

Modified:
    poi/trunk/.github/workflows/test-gradle.yml

Modified: poi/trunk/.github/workflows/test-gradle.yml
URL: 
http://svn.apache.org/viewvc/poi/trunk/.github/workflows/test-gradle.yml?rev=1900289&r1=1900288&r2=1900289&view=diff
==============================================================================
--- poi/trunk/.github/workflows/test-gradle.yml (original)
+++ poi/trunk/.github/workflows/test-gradle.yml Tue Apr 26 12:14:54 2022
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to