Fork me on GitHub
#cursive
<
2019-01-24
>
danm14:01:18

So, I'm not sure if this is a Cursive issue, or an IntelliJ issue - I have an artifactory repo listed in my project.clj that requires SSL client certificate authentication. Do I need to configure something somewhere to make that work?

danm14:01:08

I'm mostly using boot, so i'm using the plugin which auto-converts build.boot to project.clj, but neither mentions any certificates or similar. I have them specified in MAVEN_OPTSand BOOT_JVM_OPTS on the CLI

danm14:01:45

I'm sure this used to work... but I did recently install leiningen on the CLI too, so I wonder if something there may be interacting badly?

danm15:01:57

OK, getting there slowly. I think I need to set the same parameters as BOOT_JVM_OPTS has as LEIN_JVM_OPTS, but how do I set those so that they're visible to leiningen running from within IntelliJ/Cursive, rather than in my terminal?

WhoNeedszZz16:01:23

In trying to look for any options like that I couldn't find any, but I noticed you can set the Lein version, but it doesn't have the latest two versions. Why is this? We're up to 2.8.3 and the latest it has is 2.8.1

danielcompton17:01:48

See the launchctl example

danielcompton17:01:32

Assuming you’re on macOS

pserrano18:01:17

My cursive is bugging hard when using inline css