Update. Okay, I've found out solution right here: ...
# detekt
d
Update. Okay, I've found out solution right here: https://arturbosch.github.io/detekt/groovydsl.html#leveraging-gradles-sourcetask---excluding-and-including-source-files Hi there. Trying to update
detekt
to
1.0.0-RC16
(by changing version in
plugins {}
block) but have this:
Copy code
> Could not find method exclude() for arguments [*test*] on object of type io.gitlab.arturbosch.detekt.extensions.DetektExtension.
build.gradle
(groovy):
Copy code
detekt {
    ...
    exclude "**test**"
}
👍 1