From 8931e45d86112d3820c0e083120ae927abe55dcc Mon Sep 17 00:00:00 2001 From: Jamie Snape Date: Sat, 24 Jan 2026 19:22:17 -0500 Subject: [PATCH] Clean up .bazelrc by removing obsolete settings Removed deprecated Bazel options for action environment and startup JVM arguments. --- .bazelrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.bazelrc b/.bazelrc index f4cf374..f464815 100644 --- a/.bazelrc +++ b/.bazelrc @@ -31,8 +31,6 @@ # # -build --incompatible_strict_action_env=true - build --javacopt "--release 11" build --javacopt "-Xep:AlwaysThrows:ERROR" @@ -522,7 +520,6 @@ build --javacopt "-Xep:UnusedException:WARN" build --javacopt "-Xep:UrlInSee:WARN" build --javacopt "-Xep:UsingJsr305CheckReturnValue:WARN" -build --legacy_external_runfiles=false build --remote_upload_local_results=false build:macos --apple_platform_type=macos @@ -530,9 +527,6 @@ build:macos --apple_platform_type=macos common --enable_platform_specific_config=true common --heap_dump_on_oom=true -startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1 - -test --incompatible_exclusive_test_sandboxed=true test --test_verbose_timeout_warnings=true try-import %workspace%/.user.bazelrc