| Class | Description |
|---|---|
| CpdUtils | Cpd configuration helper utils. |
| DurationFormatter | Copy of gradle's internal org.gradle.internal.time.TimeFormatting class, which become internal in gradle 4.2 and broke compatibility. |
| FileUtils | Path utilities. |
| SpotbugsExclusionConfigProvider | Previously, exclusion config was calculated in doFirst hook of spotbugs task (just before task execution), but the new spotbugs plugin use gradle properties and now value can't be set in doFirst callback! |
| SpotbugsUtils | Spotbugs helper utils. |