Skip to content

Commit 53ee76e

Browse files
brentleyjoneskeith
andauthored
Flip --experimental_worker_allow_json_protocol (bazelbuild#14749)
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 (cherry picked from commit 9e16a64) Co-authored-by: Keith Smiley <[email protected]>
1 parent d17a769 commit 53ee76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/worker/WorkerOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class WorkerOptions extends OptionsBase {
4848

4949
@Option(
5050
name = "experimental_worker_allow_json_protocol",
51-
defaultValue = "false",
51+
defaultValue = "true",
5252
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
5353
effectTags = {OptionEffectTag.BUILD_FILE_SEMANTICS},
5454
help =

0 commit comments

Comments
 (0)