File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/google/devtools/build/lib/packages/semantics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ public class BuildLanguageOptions extends OptionsBase implements Serializable {
265265
266266 @ Option (
267267 name = "experimental_exec_groups" ,
268- defaultValue = "false " ,
268+ defaultValue = "true " ,
269269 documentationCategory = OptionDocumentationCategory .UNDOCUMENTED ,
270270 effectTags = {OptionEffectTag .EXECUTION },
271271 metadataTags = {OptionMetadataTag .EXPERIMENTAL },
@@ -734,7 +734,7 @@ public StarlarkSemantics toStarlarkSemantics() {
734734 "-experimental_enable_android_migration_apis" ;
735735 public static final String INCOMPATIBLE_ENABLE_EXPORTS_PROVIDER =
736736 "-incompatible_enable_exports_provider" ;
737- public static final String EXPERIMENTAL_EXEC_GROUPS = "- experimental_exec_groups" ;
737+ public static final String EXPERIMENTAL_EXEC_GROUPS = "+ experimental_exec_groups" ;
738738 public static final String EXPERIMENTAL_GOOGLE_LEGACY_API = "-experimental_google_legacy_api" ;
739739 public static final String EXPERIMENTAL_NINJA_ACTIONS = "-experimental_ninja_actions" ;
740740 public static final String EXPERIMENTAL_PLATFORMS_API = "-experimental_platforms_api" ;
You can’t perform that action at this time.
0 commit comments