mirror of
https://github.com/google/nomulus
synced 2026-08-28 11:56:11 +00:00
Give core registry libraries public visibility
This is so Donuts can create entirely separate Bazel repositories that link against the Domain Registry codebase. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116182448
This commit is contained in:
@@ -4,6 +4,7 @@ package(default_visibility = ["//java/com/google/domain/registry:registry_projec
|
||||
java_library(
|
||||
name = "forms",
|
||||
srcs = glob(["*.java"]),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//java/com/google/common/annotations",
|
||||
"//java/com/google/common/base",
|
||||
|
||||
Reference in New Issue
Block a user