clojure-android / lein-droid

A Leiningen plugin for building Clojure/Android projects
Eclipse Public License 1.0
645 stars 56 forks source link

Avoid pauses created by the agents pool being used during compilation #119

Closed timothypratley closed 9 years ago

timothypratley commented 9 years ago

When last item compiles, lein droid sometimes pauses for a minute. This is because the agents pool is not shut down. You can avoid this unnecessary delay.

alexander-yakushev commented 9 years ago

OK, finally someone figured out what was the delay about! Thank you, Timothy.