Adds a regression source set and a matching regression test task for Java projects.
- Creates src/regression/java and src/regression/resources source roots.
- Extends regression configurations from the standard test configurations.
- Registers a regression task of type Test.
Tasks
regression: Runs the regression test source set with up-to-date checks disabled.
Usage
build.gradle
Groovy DSL
plugins {
id 'com.helixframework.test-regression'
}
build.gradle.kts
Kotlin DSL
plugins {
id("com.helixframework.test-regression")
}
Configuration
No Helix-specific extension is added by this plugin.
Default Behavior
- No Helix-specific extension is added.