aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/java/jopt-simple/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/java/jopt-simple/BUILD b/third_party/java/jopt-simple/BUILD
index 43863a06b3..eb145bb623 100644
--- a/third_party/java/jopt-simple/BUILD
+++ b/third_party/java/jopt-simple/BUILD
@@ -10,4 +10,8 @@ filegroup(
java_library(
name = "jopt-simple",
srcs = glob(["src/main/**/*.java"]),
+ resources = [
+ "src/main/resources/joptsimple/ExceptionMessages.properties",
+ "src/main/resources/joptsimple/HelpFormatterMessages.properties",
+ ],
)