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 62079aa commit 3ae5fdfCopy full SHA for 3ae5fdf
build.gradle
@@ -0,0 +1,10 @@
1
+plugins {
2
+ id 'base'
3
+}
4
+
5
+clean {
6
+ delete 'build'
7
+ delete fileTree(dir: '.') {
8
+ include '**/*.class'
9
+ }
10
settings.gradle
@@ -1 +1,2 @@
-rootProject.name = 'Location-based-target-authentication'
+rootProject.name = 'BE'
+include 'Location-based-target-authentication'
0 commit comments