Merge "Don't restrict the visibility of <plugin_name>__plugin library"
This commit is contained in:
@@ -104,7 +104,7 @@ def gerrit_plugin(
|
||||
resources = resources,
|
||||
deps = deps,
|
||||
provided_deps = ['//gerrit-%s-api:lib' % type] + provided_deps + gwt_deps,
|
||||
visibility = ['//tools/eclipse:classpath'],
|
||||
visibility = ['PUBLIC'],
|
||||
)
|
||||
if gwt_module:
|
||||
prebuilt_jar(
|
||||
|
||||
Reference in New Issue
Block a user