Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
Gray Watson committed Feb 5, 2021
1 parent 79e81c1 commit 2a5764c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
key: j256-ormlite-core-{{ checksum "pom.xml" }}
- run:
name: Get maven project dependencies
command: mvn -U dependency:go-offline compile
command: mvn -U -DskipTests clean install dependency:resolve-plugins dependency:go-offline
# save the project dependencies
- save_cache:
paths:
Expand Down

0 comments on commit 2a5764c

Please sign in to comment.