diff --git a/core/build.gradle b/core/build.gradle index eb5d213ab..0f41f3434 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -1111,6 +1111,10 @@ test { // TODO(weiminyu): Remove dependency on sqlIntegrationTest }.dependsOn(fragileTest, outcastTest, standardTest, registryToolIntegrationTest, sqlIntegrationTest) +// When we override tests, we also break the cleanTest command. +cleanTest.dependsOn(cleanFragileTest, cleanOutcastTest, cleanStandardTest, + cleanRegistryToolIntegrationTest, cleanSqlIntegrationTest) + project.build.dependsOn devtool project.build.dependsOn buildToolImage project.build.dependsOn ':stage'