pliant / lein-package

A leiningen plugin that provides the ability to package, install, and deploy non-jar generated artifacts.
5 stars 8 forks source link

Fix NullPointerException when using the hooks and :skipjar true. #6

Closed jstoneham closed 11 years ago

dfrugg commented 11 years ago

I've gone ahead and fixed the issue, which turned out to be bigger than just the null. Came down to a lein compatibility issue with a previous patch. From now on any version of lein-package that starts with 2.0.* will be lein 2.0 compatible, and versions starting with 2.1.* will be lein 2.1 compatible. Thanks for pointing all of this out.

jstoneham commented 11 years ago

The new stuff looks great, thanks for the update.