How do I set options like -server when I launch Clojure using lein swank?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Looking at the sample.project.clj file on the github repository, It looks like you can pass jvm arguments using the :jvm-opts keyword. For Example:
|
|||||
|