Applies the OpenRewrite Gradle plugin so a project can run recipe-driven refactoring and modernization tasks.
- Delegates directly to org.openrewrite.rewrite.
Usage
build.gradle
Groovy DSL
plugins {
id 'com.helixframework.openrewrite'
}
build.gradle.kts
Kotlin DSL
plugins {
id("com.helixframework.openrewrite")
}
Configuration
No Helix-specific extension is added by this plugin.
Default Behavior
- No Helix-specific extension is added.
- Configure recipes and rewrite behavior through the underlying rewrite extension and tasks.