Fork shadow for java9 support.
This is a prerequisite for updating ASM to ASM 6.0 so that we can
support java9. ASM 6.0 now has a java9 class file in its distribution
and our repackaging needs to be able to deal with it.
Once shadow is updated upstream we can remove this setup again.
Since this is a gradle plugin, we need to download this up front
in the same way that we download gradle itself. Therefore, once
this lands everyone needs to run ./tools/gradle.py at least
once to get the new dependency downloaded.
R=mikaelpeltier@google.com, ricow@google.com, zerny@google.com
Change-Id: Iaa7011af3822987b0fe09d80d09be8b32e57f7a6
diff --git a/third_party/shadow.tar.gz.sha1 b/third_party/shadow.tar.gz.sha1
new file mode 100644
index 0000000..2dfb69e
--- /dev/null
+++ b/third_party/shadow.tar.gz.sha1
@@ -0,0 +1 @@
+2e350b99a72aba5d45b018b0f5391130c8751371
\ No newline at end of file