Bazel: Bump rules_closure to 0.7.0

Recent release updated dependencies and is compatible with Java 9.
Replace our fork with the official released version.

Change-Id: I187496bae00ef098003b875e566aa5ac90b9aabb
This commit is contained in:
David Ostrovsky 2018-05-30 21:50:25 +02:00 committed by David Pursehouse
parent 1efa3082e5
commit c90fc220c9
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ http_archive(
http_archive(
name = "io_bazel_rules_closure",
sha256 = "6691c58a2cd30a86776dd9bb34898b041e37136f2dc7e24cadaeaf599c95c657",
strip_prefix = "rules_closure-08039ba8ca59f64248bb3b6ae016460fe9c9914f",
url = "https://github.com/bazelbuild/rules_closure/archive/08039ba8ca59f64248bb3b6ae016460fe9c9914f.tar.gz",
sha256 = "a80acb69c63d5f6437b099c111480a4493bad4592015af2127a2f49fb7512d8d",
strip_prefix = "rules_closure-0.7.0",
url = "https://github.com/bazelbuild/rules_closure/archive/0.7.0.tar.gz",
)
# File is specific to Polymer and copied from the Closure Github -- should be