My current fix is an alias
:aliases {"javac" ["with-profile" "base" "javac"]}
This allows to launch lein repl
from clean repo.
Looks hacky though, so I would love to have a cleaner way.If you know a doc explaining how Lein decides what profile to pull and when – I’d be grateful.
have you looked at the output of lein help profiles
?
Whoa. Great material, thanks! Will look into. I’ve only tried DEBUG=true so far
Applying task [with-profile base javac] to []
Applying task javac to nil
Looks like it was intended to show something instead of a nil
and []