Applies the default Helix project conventions that every standard Helix project is expected to have.
- Validates the minimum Gradle version before continuing.
- Applies Helix Config to the root project and Helix IDEA support where needed.
Usage
build.gradle
Groovy DSL
plugins {
id 'com.helixframework.conventions'
}
build.gradle.kts
Kotlin DSL
plugins {
id("com.helixframework.conventions")
}
Configuration
No Helix-specific extension is added by this plugin.
Default Behavior
- No Helix-specific extension is added.
- This plugin is meant to be a higher-level convention entry point, not a customization surface.