Closed drewr closed 11 years ago
One change makes the :executable-name parameter work in project.clj. The other favors -Xbootclasspath/a over -jar which shaves 1-3 seconds off startup time.
:executable-name
project.clj
-Xbootclasspath/a
-jar
If you could release 0.2.1 with these changes I'd be most appreciative!
Sure thing. Thanks!
Just released 0.2.2. I had apparently previously forgotten to push a version inc I released.
One change makes the
:executable-name
parameter work inproject.clj
. The other favors-Xbootclasspath/a
over-jar
which shaves 1-3 seconds off startup time.If you could release 0.2.1 with these changes I'd be most appreciative!