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