Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 27acf93

Browse files
committed
Remove Maven cache for the CLI GraalVM Build
1 parent 4d37f74 commit 27acf93

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/cli-continuous-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
java-version: ${{ matrix.jdk-version }}
6060
components: 'native-image'
6161
github-token: ${{ secrets.GITHUB_TOKEN }}
62-
cache: 'maven'
6362
- name: Build native image on Linux
6463
run: native-image --enable-url-protocols=https --static -jar nubesgen-cli-*.jar nubesgen-cli-linux
6564
if: runner.os == 'Linux'

.github/workflows/cli-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
java-version: '17'
5454
components: 'native-image'
5555
github-token: ${{ secrets.GITHUB_TOKEN }}
56-
cache: 'maven'
5756
- name: Build native image on Linux
5857
run: native-image --enable-url-protocols=https --static -jar nubesgen-cli-*.jar nubesgen-cli-linux
5958
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)