Skip to content

Commit 25fef2c

Browse files
committed
update ci
1 parent b9991ea commit 25fef2c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
java-version: '21'
1717
distribution: 'graalvm-community'
18-
components: 'native-image'
1918
github-token: ${{ secrets.GITHUB_TOKEN }}
2019
cache: maven
2120
- name: Build with Maven

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
with:
2424
java-version: '21'
2525
distribution: 'graalvm-community'
26-
components: 'native-image'
2726
github-token: ${{ secrets.GITHUB_TOKEN }}
2827
cache: maven
2928

0 commit comments

Comments
 (0)