Merge "Bazel: Update to custom rules_closure to support Java 9"

This commit is contained in:
David Ostrovsky
2018-02-08 05:27:24 +00:00
committed by Gerrit Code Review

View File

@@ -11,13 +11,12 @@ http_archive(
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/2169ae1c374aab4a09aa90e65efe1a3aad4e279b.tar.gz"],
)
# davido's fork with https://github.com/bazelbuild/rules_closure/issues/248 included
# to avoid workspace name mismatch warning
# davido's fork with https://github.com/bazelbuild/rules_closure/pull/235 included
http_archive(
name = "io_bazel_rules_closure",
sha256 = "83ea206d5fb9178f5faab7ffb173018c2908df5c73bdb0327e3272442ccce661",
strip_prefix = "rules_closure-0.8.0",
url = "https://github.com/davido/rules_closure/archive/0.8.0.tar.gz",
sha256 = "314e4eb701696e267cb911609e2e333e321fe641981a33144f460068ff4e1af3",
strip_prefix = "rules_closure-0.11.0",
url = "https://github.com/davido/rules_closure/archive/0.11.0.tar.gz",
)
# File is specific to Polymer and copied from the Closure Github -- should be