weavejester / lein-ring

Ring plugin for Leiningen
Eclipse Public License 1.0
500 stars 100 forks source link

uberwar task fails with latest leiningen versions #208

Closed WorldsEndless closed 5 years ago

WorldsEndless commented 5 years ago

Error is described and work around (downgrading leiningen) mentioned here:

https://stackoverflow.com/questions/54948986/i-have-an-error-in-clojure-and-leiningen-command

It appears to be malformed code in a dependency.

weavejester commented 5 years ago

Are you using the latest version of Lein-Ring? The issue you describe seems similar to #203.

WorldsEndless commented 5 years ago

whoa... well, that fixed it, and I feel dumb. I ran lein ancient multiple times and it didn't see that version. Maybe Ancient doesn't check plugins. Thanks!