Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.09 KB

File metadata and controls

40 lines (33 loc) · 1.09 KB

Prerequisites

Before you begin, ensure you have:

  • Java 17
  • Gradle 8.5 or higher
  • IntelliJ IDEA 2022.3 or higher (for development)

Building plugin

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


Testing in IDE

Launches an IntelliJ IDEA instance with the plugin installed:

./gradlew runIde

Available commands

View all available Gradle tasks with description:

./gradlew tasks

Release instructions

All product releases are available on the Releases page.

To create a new release, follow GitHub’s official guide: Managing Releases in a Repository.