mirror of
https://github.com/google/nomulus
synced 2026-09-26 09:54:28 +00:00
Make additional targets publicly visible
The admin console needs public visibility for additional targets. //java/com/google/domain/registry/tools/params - Needed for the Whois test server //java/com/google/domain/registry/whois - Needed for reusing WhoisHttpServer in the whois appengine module //javatests/com/google/domain/registry/server - Needed for the Whois test server
This commit is contained in:
@@ -3,6 +3,7 @@ package(default_visibility = ["//java/com/google/domain/registry:registry_projec
|
||||
|
||||
java_library(
|
||||
name = "TestServer",
|
||||
visibility = ["//visibility:public"],
|
||||
srcs = [
|
||||
"HealthzServlet.java",
|
||||
"Route.java",
|
||||
|
||||
Reference in New Issue
Block a user