aboutsummaryrefslogtreecommitdiff
path: root/third_party/classgraph.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/classgraph.BUILD')
-rw-r--r--third_party/classgraph.BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/classgraph.BUILD b/third_party/classgraph.BUILD
new file mode 100644
index 00000000..ab51f11c
--- /dev/null
+++ b/third_party/classgraph.BUILD
@@ -0,0 +1,8 @@
+java_library(
+ name = "classgraph",
+ srcs = glob([
+ "src/main/java/io/github/classgraph/**/*.java",
+ "src/main/java/nonapi/io/github/classgraph/**/*.java",
+ ]),
+ visibility = ["//visibility:public"],
+)