blob: 56d71c71ac891adf061c0247f0f84f4e7cccaa9f [file] [log] [blame]
(def ROOT-DIR (subs *file* 0 (- (count *file*) (count "project.clj"))))
(def VERSION (-> ROOT-DIR (str "/../VERSION") slurp (.trim)))
(defproject storm/storm-console-logging VERSION
:resource-paths ["logback"]
:target-path "target"
:profiles {:release {}
}
:aot :all)