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

Commit

Permalink
update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
micha committed Dec 24, 2015
1 parent 9f9a2d9 commit 91e3012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions boot.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#https://github.com/boot-clj/boot
#Sun Nov 15 17:35:18 EST 2015
BOOT_VERSION=2.4.2
BOOT_VERSION=2.5.2
BOOT_CLOJURE_VERSION=1.7.0
BOOT_CLOJURE_NAME=org.clojure/clojure
BOOT_EMIT_TARGET=yes
BOOT_EMIT_TARGET=no
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi

echo -e "\033[0;33m<< Version: $VERSION >>\033[0m"; \

./build/boot -s src -r resources javac jar -m Boot -f loader.jar
./build/boot -s src -r resources javac jar -m Boot -f loader.jar target

sed -e "s@__VERSION__@$(git describe)@" src/launch4j-config.in.xml > launch4j-config.xml

Expand Down

0 comments on commit 91e3012

Please sign in to comment.