File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5050 :sign-releases false }]]
5151
5252 ; ; Convenience for manually testing application shutdown support - run `lein test-external-shutdown`
53- :aliases {" cljfmt" [" with-profile" " +cljfmt" " cljfmt" ]
54- " test-external-shutdown" [" trampoline" " run" " -m" " examples.shutdown-app.test-external-shutdown" ]}
53+ :aliases {" test-external-shutdown" [" trampoline" " run" " -m" " examples.shutdown-app.test-external-shutdown" ]}
5554
5655 ; ; By declaring a classifier here and a corresponding profile below we'll get an additional jar
5756 ; ; during `lein jar` that has all the code in the test/ directory. Downstream projects can then
5857 ; ; depend on this test jar using a :classifier in their :dependencies to reuse the test utility
5958 ; ; code that we have.
6059 :classifiers [[" test" :testutils ]]
6160
62- :profiles {:cljfmt {:plugins [[lein-cljfmt " 0.5.0" ]]
63- :parent-project {:path " ext/pl-clojure-style/project.clj"
64- :inherit [:cljfmt ]}}
65- :dev {:source-paths [" examples/shutdown_app/src"
61+ :profiles {:dev {:source-paths [" examples/shutdown_app/src"
6662 " examples/java_service/src/clj" ]
6763 :java-source-paths [" examples/java_service/src/java" ]
6864 :dependencies [[puppetlabs/kitchensink :classifier " test" ]]}
You can’t perform that action at this time.
0 commit comments