Skip to content

Commit

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

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

# Default java_toolchain parameters
Expand Down

0 comments on commit 1ce9e20

Please sign in to comment.