Merge "Bazel: Update to custom rules_closure to support Java 9"
This commit is contained in:
@@ -11,13 +11,12 @@ http_archive(
|
|||||||
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/2169ae1c374aab4a09aa90e65efe1a3aad4e279b.tar.gz"],
|
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/2169ae1c374aab4a09aa90e65efe1a3aad4e279b.tar.gz"],
|
||||||
)
|
)
|
||||||
|
|
||||||
# davido's fork with https://github.com/bazelbuild/rules_closure/issues/248 included
|
# davido's fork with https://github.com/bazelbuild/rules_closure/pull/235 included
|
||||||
# to avoid workspace name mismatch warning
|
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "io_bazel_rules_closure",
|
name = "io_bazel_rules_closure",
|
||||||
sha256 = "83ea206d5fb9178f5faab7ffb173018c2908df5c73bdb0327e3272442ccce661",
|
sha256 = "314e4eb701696e267cb911609e2e333e321fe641981a33144f460068ff4e1af3",
|
||||||
strip_prefix = "rules_closure-0.8.0",
|
strip_prefix = "rules_closure-0.11.0",
|
||||||
url = "https://github.com/davido/rules_closure/archive/0.8.0.tar.gz",
|
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
|
# File is specific to Polymer and copied from the Closure Github -- should be
|
||||||
|
|||||||
Reference in New Issue
Block a user