Cache Maven packages on CI systems
This commit is contained in:
parent
2806b1face
commit
e23bfb43ac
@ -30,3 +30,7 @@ script:
|
||||
after_success:
|
||||
- java -cp ~/codacy-coverage-reporter-assembly-latest.jar com.codacy.CodacyCoverageReporter -l Java -r build/report/jacoco.xml
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
|
||||
|
@ -49,3 +49,7 @@ test_script:
|
||||
path
|
||||
|
||||
refine test
|
||||
|
||||
cache:
|
||||
- C:\Users\appveyor\.m2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user