Skip to content

Commit ba2b7de

Browse files
authored
remove cache
1 parent 4765f76 commit ba2b7de

2 files changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/build_jar.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ jobs:
1616
with:
1717
java-version: 21
1818
distribution: 'microsoft'
19-
- name: 🪛 Cache local Maven repository
20-
uses: actions/cache@v2
21-
with:
22-
path: ~/.m2/repository
23-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
24-
restore-keys: ${{ runner.os }}-maven-
2519
- name: 🏗️ Build jars
2620
run: |
2721
chmod u+x gradlew

.github/workflows/compile_jar_pr.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ jobs:
1616
with:
1717
java-version: 21
1818
distribution: 'microsoft'
19-
- name: 🪛 Cache local Maven repository
20-
uses: actions/cache@v2
21-
with:
22-
path: ~/.m2/repository
23-
key: ${{ runner.os }}-jdk17-maven-${{ hashFiles('**/pom.xml') }}
24-
restore-keys: |
25-
${{ runner.os }}-jdk17-maven-
2619
- name: 🏗️ Build jars
2720
run: |
2821
chmod u+x gradlew

0 commit comments

Comments
 (0)