1
0
mirror of https://github.com/google/nomulus synced 2026-05-12 19:01:49 +00:00

Make javatests/flows package have public visibility

It's reasonable for people extending the code base to want access to
ResourceFlowTestCase and others.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=141765523
This commit is contained in:
mcilwain
2016-12-12 07:57:47 -08:00
committed by Ben McIlwain
parent 74d64f502e
commit 7cef9ca2c6

View File

@@ -1,6 +1,6 @@
package(
default_testonly = 1,
default_visibility = ["//java/google/registry:registry_project"],
default_visibility = ["//visibility:public"],
)
licenses(["notice"]) # Apache 2.0