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