summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-02-28 18:23:09 -0800
committerXavier Ducrohet <xav@android.com>2013-02-28 18:23:09 -0800
commit78b45ec610211febfd2275a592d4bdbfe7947823 (patch)
tree0eea0fa974c9fd086bc0924138ab06b14f5a1ab0
parent829d9836eaa6d5e6bc0318248b8e99bbaf2f89df (diff)
downloadfat32lib-78b45ec610211febfd2275a592d4bdbfe7947823.tar.gz
Set a groupId on the project.
This is so that this can be filtered out as a dependency when we clone the maven dependencies. Change-Id: I6023e5693337b5c39bc787ee9ea57ebf23eda850
-rw-r--r--build.gradle6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index f3eca85..57f9a94 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1 +1,5 @@
-apply plugin: 'java' \ No newline at end of file
+apply plugin: 'java'
+apply plugin: 'maven'
+
+group = "com.android.tools.build"
+archivesBaseName = 'fat32lib'