Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 711468987
  • Loading branch information
kluever authored and copybara-github committed Jan 2, 2025
1 parent 0f08335 commit 68897f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jre/java/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ JRE_JAVAC_OPTS = [
"-Xep:ShouldNotSubclass:OFF",
# Remove crv since we don't want to dep on ErrorProne annotations from JRE.
"-Xep:CheckReturnValue:OFF",
"-Xep:MixedArrayDimensions:OFF", # See go/lsc-mixedarraydimensions
]

java_library(
Expand Down

0 comments on commit 68897f7

Please sign in to comment.