blob: 336678fdf19e040578f84bcf5490139c0f49cba6 [file] [log] [blame]
load(
"//tools/adt/idea/aswb:build-visibility.bzl",
"COMMON_PLUGINS_VISIBILITY",
)
licenses(["notice"])
java_library(
name = "actions",
srcs = glob(["src/**/*.java"]),
visibility = COMMON_PLUGINS_VISIBILITY,
deps = [
"//tools/vendor/google/aswb/plugin_api",
"//tools/vendor/google/aswb/plugin_api:jsr305",
"@maven//:com.google.errorprone.error_prone_annotations",
],
)