You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/11/29 19:10:58 UTC

svn commit: r1895409 - /poi/trunk/.github/workflows/test-gradle.yml

Author: fanningpj
Date: Mon Nov 29 19:10:58 2021
New Revision: 1895409

URL: http://svn.apache.org/viewvc?rev=1895409&view=rev
Log:
use temurin java

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=1895409&r1=1895408&r2=1895409&view=diff
==============================================================================
--- poi/trunk/.github/workflows/test-gradle.yml (original)
+++ poi/trunk/.github/workflows/test-gradle.yml Mon Nov 29 19:10:58 2021
@@ -20,7 +20,7 @@ jobs:
     - name: Set up JDK
       uses: actions/setup-java@v2
       with:
-        distribution: 'adopt'
+        distribution: 'temurin'
         java-version: '11'
         check-latest: true
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org