Could not resolve ideaIC:253.27642.30 — IntelliJ version not found when running :runIde

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!

There are no CE builds anymore for 253, you will need to use IU product for compilation and testing. And there is no plan to release it anymore, as IntelliJ IDEA now has the free tier

1 Like

Thanks @yuriy.artamonov