From b26542775e9a29d978c9f7aca66697bfc49835a6 Mon Sep 17 00:00:00 2001 From: adrian09h Date: Mon, 15 Jul 2019 23:43:32 +0200 Subject: [PATCH] gradle udpate --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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