IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

Gradle IntelliJ Plugin (1.x) – Build Features

Edit pageLast modified: 03 January 2025

With ongoing Gradle IntelliJ Plugin releases, new features are introduced that require additional research, collecting more feedback from developers, or should be enabled or disabled under particular conditions. Build Features are an implementation of the feature flags concept and let you control some behaviors of the Gradle IntelliJ Plugin.

To enable or disable a particular feature, add a Project property to the gradle.properties file with the following pattern:

E.g., to disable the selfUpdateCheck feature, add this line: