You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bm...@apache.org on 2021/01/22 09:39:24 UTC

[maven-jlink-plugin] branch master updated: (build) update GH actions to supported toolchain JDK

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

bmarwell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 994ebe4  (build) update GH actions to supported toolchain JDK
     new e921ded  Merge pull request #33 from bmarwell/fix_gh_actions
994ebe4 is described below

commit 994ebe47956e81d84bdf18867d1437f9f2a0e05e
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Mon Jan 18 08:07:51 2021 +0100

    (build) update GH actions to supported toolchain JDK
    
      - INFRA created an allowlist, battila7/jdk-via-jabba is not on that list.
---
 .github/workflows/maven.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 02aa4a3..0ab67a8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,10 +44,11 @@ jobs:
             maven-${{ matrix.os }}-
       - name: Install Toolchain JDK
         if: ${{ matrix.java == '8' }}
-        uses: battila7/jdk-via-jabba@v1
+        uses: AdoptOpenJDK/install-jdk@v1
         with:
-          jdk: adopt-openj9@1.11.0-7
-          javaHomeEnvironmentVariable: TOOLCHAIN_JDK
+          version: '11'
+          targets: 'TOOLCHAIN_JDK'
+          impl: 'openj9'
       - name: Set up Toolchain
         if: ${{ matrix.java == '8' }}
         shell: bash