I'm not sure if this is off topic, but I'm trying to use
lein new re-frame thingy +cider +clj-kondo
And I'm getting:
Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
Error: invalid profile(s)
My ~/.lein
directory is empty (new work laptop)
Googling around is not yielding much success.
lein version:
Leiningen 2.9.4 on Java 14.0.2 Java HotSpot(TM) 64-Bit Server VM
Has anyone any ideas?I just wanted to throw up a quick skeleton to start testing code from the docs.
Huh, removing the +cider +clj-kondo
worked.
clj-kondo (+kondo)
its kondo as the arg not clj-kondo
Thanks. Apparently I'm having a tired brain day. I experimented with +kondo
and it worked, or I could have read the docs correctly. Such choices....