Remove dependency on clean for external tests
This commit is contained in:
committed by
Pavel Punegov
parent
d42b717320
commit
bc322396ce
@@ -194,7 +194,6 @@ task run_external () {
|
|||||||
createTestTasks(externalTestsDir, RunExternalTestGroup) { }
|
createTestTasks(externalTestsDir, RunExternalTestGroup) { }
|
||||||
|
|
||||||
// Set up dependencies.
|
// Set up dependencies.
|
||||||
dependsOn(clean)
|
|
||||||
dependsOn(tasksOf { it instanceof RunExternalTestGroup || it instanceof RunStdlibTest })
|
dependsOn(tasksOf { it instanceof RunExternalTestGroup || it instanceof RunStdlibTest })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user