blob: ced3447dff9912c759e81957a240063033aa06db [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'],
)