This plugin is a collection of all quality plugins.
Quick access to all quality plugins in one:
- Code Analysis - source code analysis
- Formatter - source code formatter applying bitfunk code style
- Report - quality report plugin using sonarqube
Add the following to your project root build.gradle/build.gradle.kts
file:
plugins {
id("eu.bitfunk.gradle.plugin.quality")
}
Read the corresponding quality plugin documentation listed under features.