IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

Gradle IntelliJ Plugin (1.x)

Edit pageLast modified: 10 February 2025

The Gradle IntelliJ Plugin is a plugin for the Gradle build system to help configure your environment for building, testing, verifying, and publishing plugins for IntelliJ-based IDEs.

This plugin allows you to build plugins for IntelliJ Platform using specified IntelliJ SDK and bundled or third-party plugins.

The plugin provides functionalities like:

  • adding extra IntelliJ-specific dependencies

  • patching processResources tasks to fill some tags (name, version) in plugin.xml with appropriate values

  • patching compile tasks to instrument code with nullability assertions and form classes made with IntelliJ GUI Designer

  • additional build steps that are helpful for developing plugins for the IntelliJ Platform