lein-jlink icon indicating copy to clipboard operation
lein-jlink copied to clipboard

A lein plugin creates and manages custom java environment

Results 2 lein-jlink issues
Sort by recently updated
recently updated
newest added

On my version of lein, 2.9.5 on Java 11.0.9, the following call ends up removing the `target/image` directory. https://github.com/sunng87/lein-jlink/blob/master/src/leiningen/jlink.clj#L139-L141 (The first two lines are useless and can be removed without...

Howdy! In attempting to set this up for one of our projects, we are getting stonewalled on the following error: ```bash $ lein link assemble . . . Java compiler...