Fixes issue with stepping on each others toes when importing invoices
This commit is contained in:
@@ -149,6 +149,7 @@
|
||||
:uberjar
|
||||
{:java-cmd "/usr/lib/jvm/java-11-openjdk/bin/java"
|
||||
:prep-tasks ["fig:min" ]
|
||||
:aot [auto-ap.server auto-ap.time clj-time.core clj-time.coerce clj-time.format clojure.tools.logging.impl ]
|
||||
:dependencies [[com.bhauman/figwheel-main "0.2.18" :exclusions [org.clojure/clojurescript
|
||||
ring
|
||||
ring/ring-core
|
||||
@@ -180,9 +181,6 @@
|
||||
}
|
||||
|
||||
:main auto-ap.server
|
||||
|
||||
#_#_:aot [auto-ap.server auto-ap.time clj-time.core clj-time.coerce clj-time.format clojure.tools.logging.impl]
|
||||
|
||||
:uberjar-name "auto-ap.jar"
|
||||
:test-paths ["test/clj"]
|
||||
:test-selectors {:integration (fn [m]
|
||||
|
||||
Reference in New Issue
Block a user