From 997cdf8564e6a26d8622ecab732a66dfbdf393c8 Mon Sep 17 00:00:00 2001 From: Munish Chouhan Date: Wed, 20 Dec 2023 12:46:24 +0100 Subject: [PATCH] Fix build warnings and release error (#51) --- .github/workflows/build.yml | 2 -- jreleaser.yml | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3723ec3..1b56c48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,6 @@ jobs: if: ${{ matrix.musl }} with: java-version: '21' - components: 'native-image' github-token: ${{ secrets.GITHUB_TOKEN }} native-image-job-reports: 'true' native-image-musl: 'true' @@ -48,7 +47,6 @@ jobs: if: ${{ !matrix.musl }} with: java-version: '21' - components: 'native-image' github-token: ${{ secrets.GITHUB_TOKEN }} native-image-job-reports: 'true' diff --git a/jreleaser.yml b/jreleaser.yml index b439254..abdff82 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -8,7 +8,9 @@ project: license: Apache-2.0 extraProperties: inceptionYear: 2023 - + java: + groupId: io.seqera.wave.cli + version: 21 release: github: overwrite: true