In the list of installed plugins, "La Clojure" appears red with tool-tip, "Plugin is incompatible with current IntelliJ IDEA installation". Is anybody else seeing this?
This inconsistency was caused, as it was fairly remarked by a build number, not tweaked in a good time. The actual version of the plugin is uploaded now. Sorry for the inconvenience.
Edit the clojure plugin jar and changed the plugin.xml.
You should look for
<idea-version since-build="xxxx" until-build="xxxx"/>
Edit the until-build so that it matches the current build number (or a version number higher for future proofing).
We shouldn't really have to be doing this but at least it should get you going.
Hello, Tyler.
This inconsistency was caused, as it was fairly remarked by a build number, not tweaked in a good time. The actual version of the plugin is uploaded now.
Sorry for the inconvenience.
Cheers!
Ilya
Thanks, guys! Both your solutions worked great.