Cbowen

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Plugin development on M1 Mac...
PlannedI'm trying to build a CLion plugin on a new M1 Mac. When I run using runIde, it always runs the x86 version of CLion, not the aarch64 version. I have updated to the latest org.jetbrains.intellij. I... -
Created How to set jreVersion in build.gradle.kts?
AnsweredThis is from the page where in indicates we must set the Runtime for the developer instance: "By default, the Gradle plugin will fetch and use the version of the JetBrains Runtime for the Developme... -
Created What JDK should I install for Plugin development on aarch64 Mac?
AnsweredWhat is the recommended JDK to install for plugin development on aarch64 Macs? Should I be using version 11 to match the runtime included with Intellij or a later version? The aarch64 versions seem...