tateisu
Eric
tasks.withType<Detekt> { reports { html.required.set(true) html.outputLocation.set(file("$buildDir/ci-output/detekt.html")) // etc } }