JetBrains / resharper-rider-plugin

https://www.jetbrains.com/help/resharper/sdk/
https://www.jetbrains.org/intellij/sdk/docs/
Apache License 2.0
172 stars 44 forks source link

A problem occurred evaluating root project #48

Closed VirtualMaestro closed 2 years ago

VirtualMaestro commented 2 years ago

Hello everyone, I've just started to dig into plugin development for Rider. I've literally only downloaded the template and opened it with the IntelliJ Idea Community Edition version 2022.1. Gradle failed with an exception: "org.gradle.api.GradleScriptException: A problem occurred evaluating root project 'myawesomeplugin'." "Caused by: java.io.FileNotFoundException: C:\workspace\Work\Projects\PluginsDevelopment\Rider\MyAwesomePlugin\CHANGELOG.md (The system cannot find the file specified)"

Is this an issue with this template/Idea/some settings? Or maybe this template isn't compatible with the latest Idea version (it just has been released recently)?

Thank you for any hint! IdeaPluginGradleFail

matkoch commented 2 years ago

I guess you've created from the template with the --build-only switch. This switch is only for updates to the infrastructure.