Chris Shellenbarger
Chris Shellenbarger
Thanks! A couple of things I've learned while trying to fix this: This function signature was last seen in the Maven Artifact Resolver Implementation, v 1.6.3 https://mvnrepository.com/artifact/org.apache.maven.resolver/maven-resolver-impl/1.6.3 I downloaded this...
I reinstalled IntelliJ again - and my first load of my project still had the same problem (enabling a profile didn't work and became unchecked after a couple of seconds)...
I put the `1.6.3` version of the resolver on the IDEA classpath (`/home/chris/.cache/JetBrains/RemoteDev/dist/f21177b3c7b09_ideaIU-2023.3.5/plugins/maven/lib/maven3/lib/maven-resolver-impl-1.6.3.jar`) and that had no effect. Looks like IDEA ships with `1.9.16` (which does not have this missing...
> BTW do you need lein 2.11.2 for some reason? Can you use 2.10.0 in the meantime? When I try 2.10.0 and 2.9.5 (the oldest release listed), I still can't...
As an aside, I was trying to install the EAPs on Cursive to see if your changed for lein 2.11 would make a difference. I tried on both 2023.3.5 and...
> > If you go to https://plugins.jetbrains.com/plugin/8090-cursive/edit/versions/eap and download the EAP version corresponding to your IDE version, does it let you install it with the "Install Plugin from Disk" action?...
Thanks for the instructions. I was able to install the EAP on 2023.3.5, and I can confirm that the exception no longer appears in the Notification panel. However, I still...
Additionally, installing via the IDE with the EAP toggle enabled (using 'Update' in the Plugins Marketplace) did not yield the Java plugin error. I received the java plugin error when...
Unfortunately, I have bad news; the behavior seems to be the same with deps projects as well. I tried working with this deps project: https://github.com/seancorfield/dot-clojure I cannot enable aliases with...
> > No-one else has reported anything like this, so I'm wondering if it's something with your setup. It sounds to me like IntelliJ can't persist its settings for some...