summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2015-06-09 00:32:59 -0700
committerYigit Boyar <yboyar@google.com>2015-06-11 16:53:27 -0700
commit9064a1dd60eb8c2f9d2ed705b36bb5f0b1629771 (patch)
treedf60795419743994b8927032ca3fe76d15a0d9bf /settings.gradle
parent5199129ec90e0afbd6c3ee81e1e18f0e2bfca9c3 (diff)
downloaddata-binding-9064a1dd60eb8c2f9d2ed705b36bb5f0b1629771.tar.gz
Compilation tests module
This CL adds a new module which is a java project that can be used to create one-off project setups. This module will be used to test error cases and to make sure we detect errors and dispatch proper error messages. I've also updated antlr to 4.5 which gets rid of the annoying annotation processor source compatibility error: https://github.com/antlr/antlr4/issues/487 Bug: 21735564 Change-Id: I16c04923c7d69ca40fe13139acaf87c08166ad95
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index 16e6ab10..4c1696d0 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -2,3 +2,4 @@ include ':baseLibrary'
include ':library'
include ':compiler'
include ':gradlePlugin'
+include 'compilationTests'