Skip to content

Commit 03c25c7

Browse files
committed
feat: Add clean task to build.gradle
1 parent d55a09e commit 03c25c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Location-based-target-authentication/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,7 @@ compileJava {
7373
tasks.withType(Jar) {
7474
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
7575
}
76+
77+
tasks.register('clean', Delete) {
78+
delete layout.buildDirectory
79+
}

0 commit comments

Comments
 (0)