You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/04/11 14:18:34 UTC

[commons-vfs] 02/02: Switch GitHub builds from Zulu to AdoptOpenJDK.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit bf8e52bfb5a5b6ce64490102fa0715e5276796ab
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Apr 11 10:18:28 2021 -0400

    Switch GitHub builds from Zulu to AdoptOpenJDK.
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index bc8dda7..f40b3a7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -47,7 +47,7 @@ jobs:
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v2
       with:
-        distribution: 'zulu'
+        distribution: 'adopt'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
       run: mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false