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

Commit 91e3012

Browse files
committed
update build scripts
1 parent 9f9a2d9 commit 91e3012

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

boot.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#https://github.com/boot-clj/boot
22
#Sun Nov 15 17:35:18 EST 2015
3-
BOOT_VERSION=2.4.2
3+
BOOT_VERSION=2.5.2
44
BOOT_CLOJURE_VERSION=1.7.0
55
BOOT_CLOJURE_NAME=org.clojure/clojure
6-
BOOT_EMIT_TARGET=yes
6+
BOOT_EMIT_TARGET=no

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222

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

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

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

0 commit comments

Comments
 (0)