Fork me on GitHub
#leiningen
<
2020-10-11
>
Ivan Fedorov09:10:29

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.

Ivan Fedorov09:10:46

If you know a doc explaining how Lein decides what profile to pull and when – I’d be grateful.

noisesmith15:10:07

have you looked at the output of lein help profiles ?

Ivan Fedorov08:10:22

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 []