Revert "Add lein-cljfmt plugin"
This reverts commit bff2e04625203e95b76b734e73ad58064f83944e.
This commit is contained in:
parent
d351993c7e
commit
a72aea8c30
2 changed files with 12 additions and 11 deletions
|
|
@ -3,10 +3,11 @@
|
||||||
:url "https://github.com/javahippie/clj-test-containers"
|
:url "https://github.com/javahippie/clj-test-containers"
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||||
|
|
||||||
:dependencies [[org.clojure/clojure "1.10.1"]
|
:dependencies [[org.clojure/clojure "1.10.1"]
|
||||||
[org.testcontainers/testcontainers "1.14.3"]]
|
[org.testcontainers/testcontainers "1.14.3"]]
|
||||||
:plugins [[metosin/bat-test "0.4.4"]
|
:plugins [[metosin/bat-test "0.4.4"]]
|
||||||
[lein-cljfmt "0.6.7"]]
|
|
||||||
:bat-test {:report [:pretty {:type :junit
|
:bat-test {:report [:pretty {:type :junit
|
||||||
:output-to "target/junit.xml"}]}
|
:output-to "target/junit.xml"}]}
|
||||||
:target-path "target/%s")
|
:target-path "target/%s")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue