Bootstrap plugin that gives a project the default Helix baseline in one line.
- Applies Gradle base.
- Applies Helix Conventions.
Usage
build.gradle
Groovy DSL
plugins {
id 'com.helixframework.helix'
}
build.gradle.kts
Kotlin DSL
plugins {
id("com.helixframework.helix")
}
Configuration
No Helix-specific extension is added by this plugin.
Default Behavior
- No Helix-specific extension is added.
- Use this when you want the default Helix project baseline rather than composing individual convention plugins yourself.