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 d55a09e commit 03c25c7Copy full SHA for 03c25c7
Location-based-target-authentication/build.gradle
@@ -73,3 +73,7 @@ compileJava {
73
tasks.withType(Jar) {
74
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
75
}
76
+
77
+tasks.register('clean', Delete) {
78
+ delete layout.buildDirectory
79
+}
0 commit comments