mirror of https://github.com/apache/openjpa.git
remove snapshots
This commit is contained in:
parent
dcc313b689
commit
6ec962f14f
|
@ -40,3 +40,5 @@ jobs:
|
||||||
restore-keys: ${{ runner.os }}-m2
|
restore-keys: ${{ runner.os }}-m2
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
|
- name: Remove Snapshots Before Caching
|
||||||
|
run: find ~/.m2 -name '*SNAPSHOT' | xargs rm -Rf
|
||||||
|
|
Loading…
Reference in New Issue