Skip to content

Commit c1e2c13

Browse files
committed
try go-offline
1 parent 3fc577b commit c1e2c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- checkout
99
- restore_cache:
1010
key: circleci-demo-java-spring-{{ checksum "pom.xml" }}
11-
- run: mvn dependency:resolve
11+
- run: mvn dependency:go-offline
1212
- save_cache:
1313
paths:
1414
- ~/.m2

0 commit comments

Comments
 (0)