Before you begin, ensure you have:
Builds the plugin and generates a ZIP archive for deployment:
./gradlew clean buildPlugin
The output plugin archive will be created at: build/distributions/ignite-abbrev-plugin-<version>.zip
Launches an IntelliJ IDEA instance with the plugin installed:
./gradlew runIde
View all available Gradle tasks with description:
./gradlew tasks
All product releases are available on the Releases page.
To create a new release, follow GitHub’s official guide: Managing Releases in a Repository.