Skip to content

Commit

Permalink
Publish artirfacts to maven local
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Hall authored Jul 11, 2018
1 parent 37bfbf8 commit a2f1a4a
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 @@ -63,7 +63,7 @@ jobs:
- ~/.gradle
- run:
name: Create artifacts
command: ./gradlew publish --console plain -Prelease=true
command: ./gradlew publishToMavenLocal --console plain -Prelease=true

- run:
name: Publish Artifacts
Expand Down

0 comments on commit a2f1a4a

Please sign in to comment.