aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/jarjar/settings.gradle
diff options
context:
space:
mode:
authorGravatar Lukacs T. Berki <lberki@google.com>2017-04-18 14:23:19 +0200
committerGravatar Lukacs T. Berki <lberki@google.com>2017-04-18 14:35:16 +0200
commit55828e256af4fe04e95f1c342a73d649d8525435 (patch)
treee9eb87f376897af767937ef71b126dac94f60a42 /third_party/java/jarjar/settings.gradle
parentdf8d804acb5826a120cad9acfc78dd6f0071d864 (diff)
Vendor jarjar instead of using a binary version of it.
It appears that jarjar is not actually used except for renaming classes in the coverage collecting Java test runner as verified by `find . -name BUILD | xargs grep jarjar` Yak shaving for #2820. This is necessary because the current version of jarjar does not work with Java 8 classes because it embeds a version of ASM that doesn't support that yet. Change-Id: I6ac59b84bbbc1e85fe8e7f4f4876b98fc6129df0
Diffstat (limited to 'third_party/java/jarjar/settings.gradle')
-rw-r--r--third_party/java/jarjar/settings.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/java/jarjar/settings.gradle b/third_party/java/jarjar/settings.gradle
new file mode 100644
index 0000000000..e5e182a88e
--- /dev/null
+++ b/third_party/java/jarjar/settings.gradle
@@ -0,0 +1,7 @@
+rootProject.name='jarjar'
+include 'jarjar-testdata',
+ 'jarjar-core',
+ 'jarjar-ant',
+ 'jarjar-maven',
+ 'jarjar-gradle',
+ 'jarjar-command'