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:00 UTC

[maven-jlink-plugin] branch slachiewicz-patch-1 created (now 70fdff3)

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

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


      at 70fdff3  fix ci issues - switch to hotspot java

This branch includes the following new commits:

     new 70fdff3  fix ci issues - switch to hotspot java

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by sl...@apache.org.
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