mirror of
https://github.com/bitwarden/android.git
synced 2024-11-24 10:25:57 +03:00
[Build Issue] use full source set to match fastfile test task (#3533)
This commit is contained in:
parent
7653d71b3d
commit
b0ff0b9185
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ kover {
|
|||
tasks {
|
||||
getByName("check") {
|
||||
// Add detekt with type resolution to check
|
||||
dependsOn("detektMain")
|
||||
dependsOn("detekt")
|
||||
}
|
||||
|
||||
withType<io.gitlab.arturbosch.detekt.Detekt>().configureEach {
|
||||
|
|
Loading…
Reference in a new issue