Skip to content

Commit

Permalink
Remove obsolete native-image component
Browse files Browse the repository at this point in the history
This component is now included by default. Including it caused a warning
on GitHub actions.
  • Loading branch information
marcphilipp authored Dec 18, 2023
1 parent 4b35df7 commit c8531e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
with:
version: 'latest'
java-version: '21'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build
uses: ./.github/actions/main-build
Expand Down

0 comments on commit c8531e9

Please sign in to comment.