Applies hard dependency resolution overrides for specific transitive modules that Helix needs to pin globally.
- Forces all Log4j dependencies to version 2.23.1 across every configuration.
- Intended as a narrow safety override rather than a general dependency-management layer.
Usage
build.gradle
Groovy DSL
plugins {
id 'com.helixframework.dependency-force'
}
build.gradle.kts
Kotlin DSL
plugins {
id("com.helixframework.dependency-force")
}
Configuration
No Helix-specific extension is added by this plugin.
Default Behavior
- No Helix-specific extension is added.
- The plugin modifies resolutionStrategy for all configurations immediately when it is applied.