summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2015-05-21 15:49:58 -0700
committerYigit Boyar <yboyar@google.com>2015-05-22 11:11:42 -0700
commitb1356339eaa6c8e967e4fc1dc283b82909a1208d (patch)
tree0644d70a89f74d261294ce91fd2d83d9aa02d2fa /settings.gradle
parent79ae2e5b4612d3af10bcadb235c86b564b5f97c1 (diff)
downloaddata-binding-b1356339eaa6c8e967e4fc1dc283b82909a1208d.tar.gz
Merge projects for an easier release
This CL merges annotation processor, xml grammer and grammer builder into compiler project. It also adds logic to pass gradle's --debug parameter to the annotation processor so that we can grab logs when necessary. Bug: 21327802 Change-Id: I1d07002519a6b95de3cdc0891bd00f461f73e8ea
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle5
1 files changed, 1 insertions, 4 deletions
diff --git a/settings.gradle b/settings.gradle
index 21905180..16e6ab10 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,7 +1,4 @@
-include ':baseLibrary', ':app'
+include ':baseLibrary'
include ':library'
include ':compiler'
include ':gradlePlugin'
-include ':grammarBuilder'
-include ':annotationprocessor'
-include ':xmlGrammar'