borkdude / tools

Tools
19 stars 2 forks source link

lein2deps: fill in default `:compile-path` and `:source-paths` #6

Closed DerGuteMoritz closed 1 year ago

DerGuteMoritz commented 1 year ago

Now presence of :java-source-paths alone suffices to generate :deps/prep-lib.

DerGuteMoritz commented 1 year ago

Note: We're filling in the default :source-paths now, too because otherwise we'd end up with :paths ["target/classes"] in case of :java-source-paths being set which would replace the default. Also, the way it was generating :paths []before was weird anyway :smile:

borkdude commented 1 year ago

thanks!