We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aab976 commit 777d916Copy full SHA for 777d916
build.gradle
@@ -35,3 +35,7 @@ allprojects {
35
}
36
37
38
+
39
+task clean(type: Delete) {
40
+ delete rootProject.buildDir
41
+}
0 commit comments