From: AsamK Date: Mon, 23 Oct 2023 16:01:49 +0000 (+0200) Subject: Remove included by default native-image component X-Git-Tag: v0.12.5~21 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/895740755d345a1df9cb9a1ca498736f6488b3a9?hp=90601b7b6bb4ef880f1377bb05d01def869e9c83 Remove included by default native-image component --- 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