mirror of
https://github.com/google/nomulus
synced 2026-08-21 14:46:12 +00:00
Fix Closure transpile.js build error
See also: - google/closure-compiler#2051 - bazelbuild/rules_closure@9e92334 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135138725
This commit is contained in:
@@ -6,9 +6,9 @@ domain_registry_repositories()
|
||||
|
||||
http_archive(
|
||||
name = "io_bazel_rules_closure",
|
||||
sha256 = "8c8a0f7f1327178bc8654e658cb6fff1171936e3033c5e263d513a7901a75b31",
|
||||
strip_prefix = "rules_closure-0.2.5",
|
||||
url = "http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/0.2.5.tar.gz",
|
||||
sha256 = "7d75688c63ac09a55ca092a76c12f8d1e9ee8e7a890f3be6594a4e7d714f0e8a",
|
||||
strip_prefix = "rules_closure-b8841276e73ca677c139802f1168aaad9791dec0",
|
||||
url = "http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/b8841276e73ca677c139802f1168aaad9791dec0.tar.gz", # 2016-10-02
|
||||
)
|
||||
|
||||
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
|
||||
@@ -20,5 +20,4 @@ closure_repositories(
|
||||
omit_json = True,
|
||||
omit_jsr305 = True,
|
||||
omit_jsr330_inject = True,
|
||||
omit_protobuf_java = True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user