blob: 527422eac7079b9772c416025e52b2310da329e7 [file] [log] [blame]
# NOTE: GerritLauncher must be a single, self-contained class. Do not add any
# additional srcs or deps to this rule.
java_library(
name = "launcher",
srcs = ["src/main/java/com/google/gerrit/launcher/GerritLauncher.java"],
visibility = ["//visibility:public"],
)