summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2016-04-26 16:47:27 -0700
committerGeorge Mount <mount@google.com>2016-04-26 16:47:27 -0700
commit195a49ab2c2c59c4dc1178a47c0ad83aba9de93c (patch)
tree7262ddbd9ebb1ff15492209d70ea861d216c9aa0
parentc716aea906b0cb457851b1bdecc7d4ecdd050a95 (diff)
downloaddata-binding-195a49ab2c2c59c4dc1178a47c0ad83aba9de93c.tar.gz
Change jarjar version to 1.4 to support building with java 8.
This fixes a problem where jarjar was not remapping class usages, only the classes themselves. Change-Id: I6c9abb311247cf8612194f6595e606f5cd75c060
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index c3ce95a3..2aa4ea4b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -230,7 +230,7 @@ def fullJar(project) {
doLast {
def jarJarLibrary = new File(dataBindingConfig.externalPrebuiltsBase,
- 'tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.3/jarjar-1.3.jar').
+ 'tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/jarjar-1.4.jar').
getCanonicalPath()
// in Ant
ant.taskdef(name: "jarjarIt",