mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02: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:
parent
b573b10ae1
commit
27c1765ab4
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ closure_js_library(
|
||||||
"JSC_IMPLICITLY_NULLABLE_JSDOC",
|
"JSC_IMPLICITLY_NULLABLE_JSDOC",
|
||||||
"JSC_DEPRECATED_PROP_REASON",
|
"JSC_DEPRECATED_PROP_REASON",
|
||||||
"JSC_STRICT_INEXISTENT_PROPERTY",
|
"JSC_STRICT_INEXISTENT_PROPERTY",
|
||||||
|
"JSC_REQUIRES_NOT_SORTED",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
"//java/google/registry/ui/soy",
|
"//java/google/registry/ui/soy",
|
||||||
|
|
|
@ -14,6 +14,7 @@ closure_js_library(
|
||||||
"JSC_IMPLICITLY_NULLABLE_JSDOC",
|
"JSC_IMPLICITLY_NULLABLE_JSDOC",
|
||||||
"JSC_DEPRECATED_PROP_REASON",
|
"JSC_DEPRECATED_PROP_REASON",
|
||||||
"JSC_STRICT_INEXISTENT_PROPERTY",
|
"JSC_STRICT_INEXISTENT_PROPERTY",
|
||||||
|
"JSC_REQUIRES_NOT_SORTED",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
"//java/google/registry/ui/js",
|
"//java/google/registry/ui/js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue