without specifying any LEIN_JVM_OPTS
or equivalent, does lein
actually pass --illegal-access=permit
to java
by default?
not to my knowledge
oops, I seem to be stupid. apologies, nvm. 🙂
quick hacks from the distant past...
so in https://github.com/technomancy/leiningen/blob/master/doc/MANAGED_DEPS.md#managed-dependencies it explains the goal is to > The idea is to provide a way to specify a version number for common library dependencies in a single location, and re-use those version numbers from other discrete maven/lein projects. But how does what you specify in :managed-depdencies do that? I can think of only one place. My ~/.lein/project.clj config that oversees "multiple projects" but thats just on a per computer basis. Is there a way for lein templates to build/reference each other in another way?
like can you point a lein project at a master project somewhere (a project.clj stored in s3) and it specifies these managed dependencies?
it seems the rest of the docs explain the answer lol
@drewverlee yeah a few plugins out there to do it in various ways.
lein-parent is my favorite
lein-modules also exists.