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