Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Temporary fix to building uberjar with snapshot dependency.
Browse files Browse the repository at this point in the history
Until 'ring-anti-forgery' will merge my pull request.
  • Loading branch information
babysnakes committed Aug 1, 2013
1 parent a140511 commit a8a61c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@ module.exports = function(grunt) {
stderr: true
},
uberjar: {
command: "lein with-profile production do clean, uberjar",
command: [
"export LEIN_SNAPSHOTS_IN_RELEASE=true",
"Lein with-profile production do clean, uberjar"
].join(" && "),
options: {
stdout: true,
stderr: true
Expand Down

0 comments on commit a8a61c7

Please sign in to comment.