Skip to content

Commit

Permalink
flip defaultValue for incompatible_use_platforms_repo_for_constraints…
Browse files Browse the repository at this point in the history
… to false

PiperOrigin-RevId: 474115170
Change-Id: I706a207b3eded614a077783d4bf94f13371ce4ef
  • Loading branch information
Googler authored and Copybara-Service committed Sep 13, 2022
1 parent fdcaaf4 commit a06dca5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@ public class CoreOptions extends FragmentOptions implements Cloneable {

@Option(
name = "incompatible_use_platforms_repo_for_constraints",
defaultValue = "true",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.OUTPUT_PARAMETERS,
effectTags = {OptionEffectTag.AFFECTS_OUTPUTS},
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
Expand Down

0 comments on commit a06dca5

Please sign in to comment.