Skip to content

Commit 938e608

Browse files
Removed cache
1 parent 7b76705 commit 938e608

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/maven-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
with:
1818
distribution: 'temurin'
1919
java-version: '21'
20-
cache: 'maven'
2120

2221
- name: Build plugin
2322
run: mvn clean package -DskipTests

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ jobs:
1818
with:
1919
distribution: 'temurin'
2020
java-version: '21'
21-
cache: 'maven'
2221

2322
- name: Cache Maven repository
2423
uses: actions/cache@v3
2524
with:
2625
path: ~/.m2
27-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
26+
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-fresh
2827
restore-keys: |
2928
${{ runner.os }}-maven-
3029

0 commit comments

Comments
 (0)