Files
gerrit/lib/greenmail/BUILD
David Pursehouse dff4c39432 Mark greenmail as testonly
The greenmail library is only used in integration tests and in the
acceptance framework.

Change-Id: Iec369bd57a146c0d23d7514fd3cdfe477fe9d6e3
2018-12-20 19:49:00 +09:00

9 lines
191 B
Python

package(default_visibility = ["//visibility:public"])
java_library(
name = "greenmail",
testonly = True,
data = ["//lib:LICENSE-Apache2.0"],
exports = ["@greenmail//jar"],
)