Plugin

Helix

Plugin ID
com.helixframework.helix
Plugin Type
Project

Bootstrap plugin that gives a project the default Helix baseline in one line.

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.