We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc577b commit c1e2c13Copy full SHA for c1e2c13
.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
8
- checkout
9
- restore_cache:
10
key: circleci-demo-java-spring-{{ checksum "pom.xml" }}
11
- - run: mvn dependency:resolve
+ - run: mvn dependency:go-offline
12
- save_cache:
13
paths:
14
- ~/.m2
0 commit comments