You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2023/02/14 20:29:01 UTC

[maven-jlink-plugin] 01/01: fix ci issues - switch to hotspot java

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

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

commit 70fdff3b5f9355f96a84096943f54644b8fd165f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Feb 14 21:28:55 2023 +0100

    fix ci issues - switch to hotspot java
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3b40c80..4349be0 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,11 +44,11 @@ jobs:
             maven-${{ matrix.os }}-
       - name: Install Toolchain JDK
         if: ${{ matrix.java == '8' }}
-        uses: AdoptOpenJDK/install-jdk@v1.1.1
+        uses: AdoptOpenJDK/install-jdk@v1
         with:
           version: '11'
           targets: 'TOOLCHAIN_JDK'
-          impl: 'openj9'
+          impl: 'hotspot'
       - name: Set up Toolchain
         if: ${{ matrix.java == '8' }}
         shell: bash