Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add create uberjar script
  • Loading branch information
clayton committed Oct 5, 2017
1 parent 8e76c5d commit a3f14fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,6 +1,5 @@
pom.xml
pom.xml.asc
*jar
/lib/
/classes/
/target/
Expand Down
4 changes: 4 additions & 0 deletions bin/create_uberjar
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

lein clean
lein with-profiles +shhdocker uberjar

0 comments on commit a3f14fa

Please sign in to comment.