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 e566731 commit d985a31Copy full SHA for d985a31
.circleci/config.yml
@@ -28,7 +28,7 @@ shared: &shared
28
# fallback to using the latest cache if no exact match is found
29
- v1-dependencies-
30
31
- - run: mvn install -DexcludedGroups=unstable
+ - run: bash -c 'PATH=$PATH:/usr/local/go/bin mvn install'
32
33
- save_cache:
34
paths:
0 commit comments