Skip to content

Commit fa89fd2

Browse files
authored
added clean task (#773)
1 parent ab23c5e commit fa89fd2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,8 @@ subprojects {
6363
}
6464
}
6565

66+
task clean(type: Delete) {
67+
delete rootProject.buildDir
68+
}
69+
6670
apply from: "${rootDir}/gradle/sonarqube.gradle"

0 commit comments

Comments
 (0)