blob: e698d950c36eef1403eeff12780fd46c336c2f1a [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "PLUGIN_DEPS")
load("//tools/bzl:classpath.bzl", "classpath_collector")
classpath_collector(
name = "main_classpath_collect",
deps = PLUGIN_DEPS + [
"//:messageoftheday__plugin",
],
)