- ./gradlew clean buildPlugin [-PbuildProfile=XXX]
- load the project into IntelliJ IDEA community with 'Open' and select the project directory
- setup jdk 17 for the project 'Project Structure'
- setup ProjectJdk or jdk 21 for gradle in 'Settings -> Gradle'
- run ./gradlew :rider:prepare [-PbuildProfile=XXX]
- open in rider the solution rider/Digma.Rider.Plugin/Digma.Rider.Plugin.sln
build profiles build and package a plugin for specific intellij platform version.
see the list of available profiles in BuildProfiles
for example './gradlew clean buildPlugin -PbuildProfile=p241'