I hope this is the correct forum for this. I have been trying to update my plugin to support 2025.1 EAP for some time now. The current attempt is here GitHub - jeppevammenkristensen/rider-mvvm-plugin at task/support-2025
When I run Rider(Windows)
it will try to build and fail with this information
[org.jetbrains.intellij.platform] Using Rider as a target IntelliJ Platform with `useInstaller = true` is currently not supported, please set `useInstaller = false` instead. See: https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1852
> Task :compileKotlin FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileKotlin'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find rider:JetBrains.Rider:2025.1-EAP8-SNAPSHOT.
Searched in the following locations:
- https://cache-redirector.jetbrains.com/maven-central/rider/JetBrains.Rider/2025.1-EAP8-SNAPSHOT/maven-metadata.xml
- https://cache-redirector.jetbrains.com/maven-central/rider/JetBrains.Rider/2025.1-EAP8-SNAPSHOT/JetBrains.Rider-2025.1-EAP8-SNAPSHOT.pom
- https://download.jetbrains.com/rider/JetBrains.Rider-2025.1-EAP8-SNAPSHOT-win.zip
- https://download.jetbrains.com/rider/JetBrains.Rider-2025.1-EAP8-SNAPSHOT.win.zip
- https://download.jetbrains.com/rider/2025.1-EAP8-SNAPSHOT/JetBrains.Rider-2025.1-EAP8-SNAPSHOT-win.zip
- https://download.jetbrains.com/rider/2025.1-EAP8-SNAPSHOT/JetBrains.Rider-2025.1-EAP8-SNAPSHOT.win.zip
- https://cache-redirector.jetbrains.com/www.jetbrains.com/intellij-repository/releases/rider/JetBrains.Rider/2025.1-EAP8-SNAPSHOT/maven-metadata.xml
- https://cache-redirector.jetbrains.com/www.jetbrains.com/intellij-repository/releases/rider/JetBrains.Rider/2025.1-EAP8-SNAPSHOT/JetBrains.Rider-2025.1-EAP8-SNAPSHOT.pom
- https://cache-redirector.jetbrains.com/www.jetbrains.com/intellij-repository/snapshots/rider/JetBrains.Rider/2025.1-EAP8-SNAPSHOT/maven-metadata.xml
- https://cache-redirector.jetbrains.com/www.jetbrains.com/intellij-repository/snapshots/rider/JetBrains.Rider/2025.1-EAP8-SNAPSHOT/JetBrains.Rider-2025.1-EAP8-SNAPSHOT.pom
- https://cache-redirector.jetbrains.com/intellij-dependencies/rider/JetBrains.Rider/2025.1-EAP8-SNAPSHOT/maven-metadata.xml
- https://cache-redirector.jetbrains.com/intellij-dependencies/rider/JetBrains.Rider/2025.1-EAP8-SNAPSHOT/JetBrains.Rider-2025.1-EAP8-SNAPSHOT.pom
- https://cache-redirector.jetbrains.com/plugins.jetbrains.com/maven/rider/JetBrains.Rider/2025.1-EAP8-SNAPSHOT/maven-metadata.xml
- https://cache-redirector.jetbrains.com/plugins.jetbrains.com/maven/rider/JetBrains.Rider/2025.1-EAP8-SNAPSHOT/JetBrains.Rider-2025.1-EAP8-SNAPSHOT.pom
Required by:
root project :
My build script skills are not great and I haven’t been so fortunate to find a solution on how to make it work. I have tried searching how other plugins achieve it. I hope one of you can point me in the correct direction.
NOTE: The plugin was created originally based on this template JetBrains/resharper-rider-plugin: https://www.jetbrains.com/help/resharper/sdk/