mirror of
https://github.com/google/nomulus.git
synced 2025-06-04 03:27:27 +02:00
Set compatible_with on individual targets rather than use default_compatible_with.
I'm making this change ONLY for packages with targets that I'll be removing the appengine constraint from. default_compatible_with is fine in general; I just want to separate the default_compatible_with->compatible_with CLs from the CLs that remove compatible_with. This is part of the cleanup after [] Tested: blaze build --nobuild ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=159713533
This commit is contained in:
parent
dce0daafc3
commit
7b8681c092
2 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,4 @@
|
|||
package(
|
||||
default_visibility = ["//java/google/registry:registry_project"],
|
||||
)
|
||||
package(default_visibility = ["//java/google/registry:registry_project"])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
package(
|
||||
default_visibility = ["//java/google/registry:registry_project"],
|
||||
)
|
||||
package(default_visibility = ["//java/google/registry:registry_project"])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue