um. if I have JAVA_CMD
environment variable set, lein
fails to start, it seems to read JAVA_CMD
incorrectly and just gives an "unrecognizable command" error
is this expected? i just removed that variable and it was back to normal
@restenb perhaps you’re using a different versions of java than lein? But it’s normal for JVM to fail to start for cmds it doesn’t support
You can do lein -version
I'm having trouble with :uberjar-merge-with
under 2.9.3.
:uberjar-merge-with {#"META-INF.*databind\.Module" [slurp
(fn [new old] new)
spit]}
This doesn't seem to be getting invoked, and I'm at a loss as to why.
Using lein 2.9.1 with some -SNAPSHOT dependencies in the project and lein just seems to ignore -U. It just seems to use whatever I have in the local maven repo unless I remove the dependency from there (or update version, same thing). has anyone run into this?
If I do lein -U deps, it just resolves the dependency to specific snapshot version I have in my local repo though there's a newer one in the remote. I've configured a corporate proxy repo. DEBUG=true doesn't reveal anything
I've tried variations of the re, and verified that is is correct.
Ah, it matches on the file name, not the full path.
But, still not getting it to work.
Hm. Ok, it's a name of a ZipEntry, which actually does look like a full path.
seems like having gpg credentials there as the first option silently prevented the updates in CI builds. using environ credentials instead