Bazel: Export core server/schema library in Plugin API
In I60033ef0fa server/schema package was split off from the server package, but the new rule wasn't exported in the Plugin API. Some plugins, most notably verify-status plugin, depend on that. Change-Id: Ie1cdf246566c60ea6d23e59246e34818f9667c6d
This commit is contained in:
parent
0a157aa109
commit
460a3f3c35
@ -38,6 +38,7 @@ EXPORTS = [
|
||||
"//java/com/google/gerrit/metrics/dropwizard",
|
||||
"//java/com/google/gerrit/reviewdb:server",
|
||||
"//java/com/google/gerrit/server/audit",
|
||||
"//java/com/google/gerrit/server/schema",
|
||||
"//java/com/google/gerrit/util/http",
|
||||
"//lib/commons:compress",
|
||||
"//lib/commons:dbcp",
|
||||
|
Loading…
x
Reference in New Issue
Block a user