Skip to content

Commit e3fcf5c

Browse files
authored
Removed cache
1 parent 16cf2cc commit e3fcf5c

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,5 @@ jobs:
2121
with:
2222
java-version: 14
2323

24-
- name: Cache Maven packages
25-
uses: actions/cache@v1
26-
with:
27-
path: ~/.m2
28-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
29-
restore-keys: ${{ runner.os }}-m2
30-
31-
- name: Build with Maven
24+
- name: Build project with Maven
3225
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)