diassociate version from project.clj so can be used for other modules
This commit is contained in:
parent
bb1a70c339
commit
eb11d3771a
2 changed files with 4 additions and 1 deletions
1
VERSION
Normal file
1
VERSION
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
0.5.4
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
(defproject com.rpl/specter "0.5.4"
|
(def VERSION (.trim (slurp "VERSION")))
|
||||||
|
|
||||||
|
(defproject com.rpl/specter VERSION
|
||||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||||
]
|
]
|
||||||
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"] ; this prevents JVM from doing optimizations which can remove stack traces from NPE and other exceptions
|
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"] ; this prevents JVM from doing optimizations which can remove stack traces from NPE and other exceptions
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue