From 895740755d345a1df9cb9a1ca498736f6488b3a9 Mon Sep 17 00:00:00 2001 From: AsamK Date: Mon, 23 Oct 2023 18:01:49 +0200 Subject: [PATCH] Remove included by default native-image component --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08390721..5976805e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,6 @@ jobs: version: 'latest' java-version: '17' cache: 'gradle' - components: 'native-image' github-token: ${{ secrets.GITHUB_TOKEN }} - name: Build with Gradle run: ./gradlew --no-daemon nativeCompile