Skip to content

Instantly share code, notes, and snippets.

@dball
Created September 23, 2016 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dball/d295118c35c12e5d148b79bda761db98 to your computer and use it in GitHub Desktop.
Save dball/d295118c35c12e5d148b79bda761db98 to your computer and use it in GitHub Desktop.
(set-env!
:wagons (fn [wagons]
(conj wagons '[sparkfund/aws-maven "5.1.0"
:schemes {"s3" #(org.springframework.build.aws.maven.SimpleStorageServiceWagon.)}]))
:repositories (fn [repos]
(conj repos
'["sparkfund-snapshots" {:url "s3://sparkfund-maven/snapshots"}]))
:dependencies '[[sparkfund/private-secret-library "0.0.1"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment