mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-02 00:17:41 +01:00
Fix skiped ktlint checks in qa task.
This commit is contained in:
committed by
jeffrey-signal
parent
d18c5a7fad
commit
ac9405e874
@@ -91,6 +91,11 @@ gradle.projectsEvaluated {
|
||||
appTestTask?.let { dependsOn(it) }
|
||||
appLintTask?.let { dependsOn(it) }
|
||||
|
||||
// All subproject ktlint checks
|
||||
subprojects.forEach { subproject ->
|
||||
subproject.tasks.findByName("ktlintCheck")?.let { dependsOn(it) }
|
||||
}
|
||||
|
||||
// Library module tasks
|
||||
subprojects.filter { it.name != "Signal-Android" }.forEach { subproject ->
|
||||
val testTask = subproject.tasks.findByName("testDebugUnitTest")
|
||||
|
||||
Reference in New Issue
Block a user