Hi Team,
I’m trying to run my IntelliJ plugin locally using the Gradle IntelliJ Plugin task runIde, but I’m getting the following error:
Could not determine the dependencies of task ‘:runIde’.
Failed to query the value of task ‘:runIde’ property ‘runtimeDirectory’.
Could not resolve all files for configuration ‘:intellijPlatformDependency_runIde’.
Could not find idea:ideaIC:253.27642.30.
Is version 253.27642.30 (IntelliJ IDEA 2025.3 EAP?) not yet published to JetBrains’ Maven repositories?
If so, which version should I use for development until this build becomes available?
Thanks in advance!