Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 556 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 556 Bytes

Building the plugin

Use gradle tasks, e.g. ./gradlew clean check buildPlugin, where clean and check are built-in gradle tasks, and buildPlugin is provided by gradle plugin for building IJ plugins.

Running the plugin

Use gradle runIde task provided by gradle IJ plugin. It will download IDE jars for the specified version and will start a new instance of IDE with the plugin. To specify IDE version modify build.gradle file.