Applies the Palantir Java Format plugin to standardize code formatting.
- Delegates directly to com.palantir.java-format.
Usage
build.gradle
Groovy DSL
plugins {
id 'com.helixframework.quality-javaformat'
}
build.gradle.kts
Kotlin DSL
plugins {
id("com.helixframework.quality-javaformat")
}
Configuration
No Helix-specific extension is added by this plugin.
Default Behavior
- No Helix-specific extension is added.
- Format behavior is controlled through the underlying Palantir Java Format plugin.