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 ab23c5e commit fa89fd2Copy full SHA for fa89fd2
1 file changed
build.gradle
@@ -63,4 +63,8 @@ subprojects {
63
}
64
65
66
+task clean(type: Delete) {
67
+ delete rootProject.buildDir
68
+}
69
+
70
apply from: "${rootDir}/gradle/sonarqube.gradle"
0 commit comments