Skip to content

Commit

Permalink
Default experimental_convenience_symlinks_bep_event to true
Browse files Browse the repository at this point in the history
Seems like the only reason it never made it to true by default was oversight
or a lack of need. Seeing some reasons to default it true.

PiperOrigin-RevId: 633545914
Change-Id: I26e8a00968b0641b52c551cae70094f1891c6879
  • Loading branch information
michajlo authored and copybara-github committed May 14, 2024
1 parent c282c54 commit 53a358c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public class BuildRequestOptions extends OptionsBase {

@Option(
name = "experimental_convenience_symlinks_bep_event",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.OUTPUT_PARAMETERS,
effectTags = {OptionEffectTag.AFFECTS_OUTPUTS},
help =
Expand Down

0 comments on commit 53a358c

Please sign in to comment.