aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/jopt-simple/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/java/jopt-simple/BUILD')
-rw-r--r--third_party/java/jopt-simple/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/java/jopt-simple/BUILD b/third_party/java/jopt-simple/BUILD
new file mode 100644
index 0000000000..698edb34ff
--- /dev/null
+++ b/third_party/java/jopt-simple/BUILD
@@ -0,0 +1,7 @@
+licenses(["notice"]) # MIT
+
+java_library(
+ name = "jopt-simple",
+ srcs = glob(["src/main/**/*.java"]),
+ visibility = ["//visibility:public"],
+)