Issue #2815: change mvn command in circleCI cache
This commit is contained in:
parent
c22cc5801e
commit
cf9fd2e635
|
|
@ -3,7 +3,7 @@ checkout:
|
|||
- git clone https://github.com/checkstyle/contribution
|
||||
dependencies:
|
||||
post:
|
||||
- (cd contribution/checkstyle-tester && mvn dependency:resolve)
|
||||
- (cd contribution/checkstyle-tester && mvn dependency:go-offline)
|
||||
machine:
|
||||
java:
|
||||
version: oraclejdk8
|
||||
|
|
|
|||
Loading…
Reference in New Issue