mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(build): simplify Lint task dependencies
This commit is contained in:
parent
b43d238dd1
commit
5cb4af40cd
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ object LintConfig {
|
|||
include("*.sarif")
|
||||
rename { it.replace("-results", "-results-$name") }
|
||||
}
|
||||
dependsOn(":$name:lint")
|
||||
dependsOn(lintTask)
|
||||
}
|
||||
lintTask.configure { finalizedBy(collectorTask) }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue