Skip to content

Commit 76c2113

Browse files
Remove Maven cache from release and CI workflows
1 parent a728f44 commit 76c2113

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ jobs:
2121
- name: Checkout LFS objects
2222
run: git lfs checkout
2323

24-
- name: Cache local Maven repository
25-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
26-
with:
27-
path: ~/.m2/repository
28-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
29-
restore-keys: |
30-
${{ runner.os }}-maven-
31-
3224
- name: Set up JDK 11
3325
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
3426
with:

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,6 @@ jobs:
9393
git push origin "${tag}"
9494
echo "TAG_NAME=${{ inputs.tag }}" >> $GITHUB_OUTPUT
9595
96-
- name: Cache local Maven repository
97-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
98-
with:
99-
path: ~/.m2/repository
100-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
101-
restore-keys: |
102-
${{ runner.os }}-maven-
103-
10496
- name: Set up Maven Central Repository
10597
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
10698
with:

0 commit comments

Comments
 (0)