Buck: Export gerrit-antlr artifacts to plugin-api library
Because of missing export for gerrit-antlr artifacts in tree Gerrit plugin cannot compile when they reference gerrit antlr classes. For example reviewers plugin needs it. Fix by exporting these classes, as it is already the case for other projects, like gerrit-common. Change-Id: I9e5832310271821c1bf355841ad32ff92f60000a
This commit is contained in:
parent
d4871bf8ff
commit
48a30b60c7
@ -20,6 +20,8 @@ java_binary(
|
||||
java_library(
|
||||
name = 'lib',
|
||||
exported_deps = PLUGIN_API + [
|
||||
'//gerrit-antlr:query_exception',
|
||||
'//gerrit-antlr:query_parser',
|
||||
'//gerrit-common:annotations',
|
||||
'//gerrit-common:server',
|
||||
'//gerrit-extension-api:api',
|
||||
|
Loading…
Reference in New Issue
Block a user