remove snapshots

This commit is contained in:
Enrico Olivelli 2020-07-17 18:00:34 +02:00
parent dcc313b689
commit 6ec962f14f
1 changed files with 2 additions and 0 deletions

View File

@ -40,3 +40,5 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Remove Snapshots Before Caching
run: find ~/.m2 -name '*SNAPSHOT' | xargs rm -Rf