Skip to content

Commit

Permalink
Fix build warnings and release error (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
munishchouhan committed Dec 20, 2023
1 parent 84dc4ce commit 997cdf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'

Expand Down
4 changes: 3 additions & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ project:
license: Apache-2.0
extraProperties:
inceptionYear: 2023

java:
groupId: io.seqera.wave.cli
version: 21
release:
github:
overwrite: true
Expand Down

0 comments on commit 997cdf8

Please sign in to comment.