Skip to content

Commit 3b57894

Browse files
cushoncopybara-github
authored andcommitted
Disable 'IgnoredPureGetter'
See #16996 PiperOrigin-RevId: 494921387 Change-Id: I53dee7da0f321c50e303816b5fb85eda45949efa
1 parent 6299487 commit 3b57894

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/jdk/default_java_toolchain.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ DEFAULT_JAVACOPTS = [
5252
"-parameters",
5353
# https://github.com/bazelbuild/bazel/issues/15219
5454
"-Xep:ReturnValueIgnored:OFF",
55+
# https://github.com/bazelbuild/bazel/issues/16996
56+
"-Xep:IgnoredPureGetter:OFF",
5557
]
5658

5759
# Default java_toolchain parameters

0 commit comments

Comments
 (0)