mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user