We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7b74e commit 9f0778bCopy full SHA for 9f0778b
.bazelrc
@@ -30,10 +30,12 @@ build --tool_java_runtime_version=remotejdk_17
30
build --javacopt="--release 11"
31
32
# Require java dependencies to be used and first-order
33
-
34
build --experimental_strict_java_deps=strict
35
build --explicit_java_test_deps
36
+# Avoid ErrorProne getting annoyed about "impossible null checks"
37
+build --javacopt="-Xep:ImpossibleNullComparison:OFF"
38
+
39
# Allow spaces in runfile paths
40
build --nobuild_runfile_links
41
0 commit comments