aboutsummaryrefslogtreecommitdiff
path: root/tests/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BUILD')
-rw-r--r--tests/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/BUILD b/tests/BUILD
index a031df3..ab2438f 100644
--- a/tests/BUILD
+++ b/tests/BUILD
@@ -87,6 +87,7 @@ java_binary(
applicable_licenses = [
":license_for_extra_feature",
],
+ javacopts = ["-Xep:DefaultPackage:OFF"],
main_class = "Hello",
deps = [
":j_bar",
@@ -96,6 +97,7 @@ java_binary(
java_library(
name = "j_bar",
srcs = ["Bar.java"],
+ javacopts = ["-Xep:DefaultPackage:OFF"],
)
check_license(