Skip to content

Commit

Permalink
Disable 'IgnoredPureGetter'
Browse files Browse the repository at this point in the history
See bazelbuild#16996

PiperOrigin-RevId: 494921387
Change-Id: I53dee7da0f321c50e303816b5fb85eda45949efa
  • Loading branch information
cushon authored and copybara-github committed Dec 13, 2022
1 parent 6299487 commit 3b57894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/jdk/default_java_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ DEFAULT_JAVACOPTS = [
"-parameters",
# https:/bazelbuild/bazel/issues/15219
"-Xep:ReturnValueIgnored:OFF",
# https:/bazelbuild/bazel/issues/16996
"-Xep:IgnoredPureGetter:OFF",
]

# Default java_toolchain parameters
Expand Down

0 comments on commit 3b57894

Please sign in to comment.