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 c23c00b commit 156f364Copy full SHA for 156f364
Makefile
@@ -27,8 +27,8 @@ release:
27
# specified in project.clj to provide a login and password to the
28
# artifact repository.
29
30
-deploy:
31
- lein with-profile +$(VERSION) deploy clojars
+deploy: .inline-deps
+ lein with-profile +$(VERSION),+plugin.mranderson/config deploy clojars
32
33
clean:
34
lein clean
0 commit comments