aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Aiuto <aiuto@google.com>2023-02-08 16:17:39 -0500
committerTony Aiuto <aiuto@google.com>2023-02-08 16:17:39 -0500
commit55a91aa23263dac35a95b2a7b98797cecb733cf5 (patch)
tree7e2ba40d44938b2ec019ef104144533adb878932
parent4c4d2e9c71c5e05faa128943e35f511688217451 (diff)
downloadbazelbuild-rules_license-55a91aa23263dac35a95b2a7b98797cecb733cf5.tar.gz
javacopts
-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(