From f5a33a6d40acd30b4cd93782a2812de3db173cbd Mon Sep 17 00:00:00 2001 From: Martin Visser Date: Mon, 18 Mar 2024 12:51:52 +0100 Subject: [PATCH] No more need for native-image component, it's automatically included --- .github/workflows/release-pipeline.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index 00b6c62..ccdef83 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -72,7 +72,6 @@ jobs: with: distribution: 'graalvm' java-version: ${{ env.JAVA_VERSION }} - components: 'native-image' github-token: ${{ secrets.GITHUB_TOKEN }} - name: 'Cache Maven packages'