Fix http_archive rule in WORKSPACE

Building the Eclipse project on Mac failed for me with:

ERROR: /Users/ekempin/git/gerrit/WORKSPACE:15:1: //external:io_bazel_rules_closure: no such attribute 'url' in 'http_archive' rule
ERROR: /Users/ekempin/git/gerrit/WORKSPACE:15:1: //external:io_bazel_rules_closure: missing value for mandatory attribute 'urls' in 'http_archive' rule

Change-Id: I03620a3eaf74138c15ff205dbcb349fcb7845f46
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin 2018-08-20 11:51:18 +02:00 committed by David Pursehouse
parent 33f544a075
commit 6a3fa83072

View File

@ -16,7 +16,7 @@ http_archive(
name = "io_bazel_rules_closure",
sha256 = "4dd84dd2bdd6c9f56cb5a475d504ea31d199c34309e202e9379501d01c3067e5",
strip_prefix = "rules_closure-3103a773820b59b76345f94c231cb213e0d404e2",
url = "https://github.com/bazelbuild/rules_closure/archive/3103a773820b59b76345f94c231cb213e0d404e2.tar.gz",
urls = ["https://github.com/bazelbuild/rules_closure/archive/3103a773820b59b76345f94c231cb213e0d404e2.tar.gz"],
)
# File is specific to Polymer and copied from the Closure Github -- should be