diff --git a/build.gradle b/build.gradle index 367790b7073..cf82cde621b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. - +task connectedCheck{} buildscript { repositories { @@ -26,7 +26,7 @@ allprojects { } } -task connectedCheck{} + task clean(type: Delete) { delete rootProject.buildDir