Within the URL https://github.com/JetBrains/resharper-rider-plugin, there are several Rider plugin samples available for review. I would like to build one of these samples and export it as a jar file that I can install using the 'Install plugin from disk' option. Although I tried using the 'buildPlugin.ps1' file, it only produced a .nupkg file. I would appreciate any assistance in accomplishing this task.
Asked
Active
Viewed 36 times
0
-
Have you tried `gradlew :buildPlugin`? – mu88 Apr 13 '23 at 12:49