mirror of
https://github.com/google/nomulus
synced 2026-08-16 20:26:08 +00:00
Fix Bazel build breakage introduced in []
This is no way to make Blaze and Bazel happy at the same point. Without [] Blaze complains about import orders. However the new order breaks Bazel. Bazel suggested to add a suppression to suppress order check, which fixes the Bazel problem, but the suppression string is not recognized by Blaze. I cannot think of another way to solve this other than MOE. Luckily we'll delete all the BUILD files when we move to Gradle anyway. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=237501133
This commit is contained in:
@@ -14,6 +14,7 @@ closure_js_library(
|
||||
"JSC_IMPLICITLY_NULLABLE_JSDOC",
|
||||
"JSC_DEPRECATED_PROP_REASON",
|
||||
"JSC_STRICT_INEXISTENT_PROPERTY",
|
||||
"JSC_REQUIRES_NOT_SORTED",
|
||||
],
|
||||
deps = [
|
||||
"//java/google/registry/ui/soy",
|
||||
|
||||
@@ -14,6 +14,7 @@ closure_js_library(
|
||||
"JSC_IMPLICITLY_NULLABLE_JSDOC",
|
||||
"JSC_DEPRECATED_PROP_REASON",
|
||||
"JSC_STRICT_INEXISTENT_PROPERTY",
|
||||
"JSC_REQUIRES_NOT_SORTED",
|
||||
],
|
||||
deps = [
|
||||
"//java/google/registry/ui/js",
|
||||
|
||||
Reference in New Issue
Block a user