Fork me on GitHub
#re-frame
<
2020-08-14
>
Rohan Nicholls15:08:20

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?

Rohan Nicholls15:08:20

I just wanted to throw up a quick skeleton to start testing code from the docs.

Rohan Nicholls15:08:09

Huh, removing the +cider +clj-kondo worked.

dpsutton15:08:07

clj-kondo (+kondo) its kondo as the arg not clj-kondo

Rohan Nicholls15:08:52

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....