From 1f804f732d70150cd742a45287407aa7c2e90c34 Mon Sep 17 00:00:00 2001 From: Martin Visser Date: Mon, 18 Mar 2024 12:49:15 +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 57d2f37..c2398ab 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'