Skip to content

Commit

Permalink
Flip --experimental_worker_allow_json_protocol
Browse files Browse the repository at this point in the history
Based on the discussion here
bazelbuild#13607 we want to flip this and
leave it around temporarily, but there are also some refactorings coming
around how to do that. This flips the value now so it can be used
without the flag sooner in rolling releases.

Closes bazelbuild#13745.

PiperOrigin-RevId: 423831532
  • Loading branch information
keith authored and Copybara-Service committed Jan 24, 2022
1 parent 440e16d commit 9e16a64
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ public class WorkerOptions extends OptionsBase {

@Option(
name = "experimental_worker_allow_json_protocol",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
effectTags = {OptionEffectTag.BUILD_FILE_SEMANTICS},
help =
Expand Down

0 comments on commit 9e16a64

Please sign in to comment.