Skip to content

Commit

Permalink
Delete old-name --experimental_build_event_*_file flags
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702711324
Change-Id: I233f6ad5b6fb332848bda99e0d7be307ed8f40d4
  • Loading branch information
michajlo authored and copybara-github committed Dec 4, 2024
1 parent 54237be commit 9d78102
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public class BuildEventStreamOptions extends OptionsBase {

@Option(
name = "build_event_text_file",
oldName = "experimental_build_event_text_file",
defaultValue = "",
documentationCategory = OptionDocumentationCategory.LOGGING,
effectTags = {OptionEffectTag.AFFECTS_OUTPUTS},
Expand All @@ -46,7 +45,6 @@ public class BuildEventStreamOptions extends OptionsBase {

@Option(
name = "build_event_binary_file",
oldName = "experimental_build_event_binary_file",
defaultValue = "",
documentationCategory = OptionDocumentationCategory.LOGGING,
effectTags = {OptionEffectTag.AFFECTS_OUTPUTS},
Expand All @@ -58,7 +56,6 @@ public class BuildEventStreamOptions extends OptionsBase {

@Option(
name = "build_event_json_file",
oldName = "experimental_build_event_json_file",
defaultValue = "",
documentationCategory = OptionDocumentationCategory.LOGGING,
effectTags = {OptionEffectTag.AFFECTS_OUTPUTS},
Expand Down

0 comments on commit 9d78102

Please sign in to comment.