Before you begin, ensure you have:
- Java 17
- Gradle 8.5 or higher
- IntelliJ IDEA 2022.3 or higher (for development)
Builds the plugin and generates a ZIP archive for deployment:
./gradlew clean buildPluginThe output plugin archive will be created at: build/distributions/ignite-abbrev-plugin-<version>.zip
Launches an IntelliJ IDEA instance with the plugin installed:
./gradlew runIdeView all available Gradle tasks with description:
./gradlew tasksAll product releases are available on the Releases page.
To create a new release, follow GitHub’s official guide: Managing Releases in a Repository.