We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6be9f commit 2e7be20Copy full SHA for 2e7be20
src/cider_nrepl/plugin.clj
@@ -16,6 +16,8 @@
16
v))
17
18
19
+;; Exists for the sole purpose of modifying the current project's metadata.
20
+;; See https://github.com/technomancy/leiningen/blob/master/doc/PLUGINS.md#project-middleware
21
(defn middleware
22
[{:keys [dependencies exclusions] :as project}]
23
(let [lein-version-ok? (lein/version-satisfies? (lein/leiningen-version) "2.5.2")
0 commit comments