com.redmadrobot.detekt
Owner: red_mad_robot Team
Additional functionality for detekt
https://github.com/RedMadRobot/gradle-infrastructure
Sources: https://github.com/RedMadRobot/gradle-infrastructure.git
Add this plugin to your build using the plugins DSL:
plugins {
id("com.redmadrobot.detekt") version "0.16.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.redmadrobot.build:infrastructure-detekt:0.16.1") } } apply(plugin = "com.redmadrobot.detekt")
- Applying plugins to all subprojects .