Skip to content

Commit

Permalink
Flip --incompatible_windows_escape_jvm_flags
Browse files Browse the repository at this point in the history
All downstream projects are green:
https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/903

Fixes: #7486

RELNOTES[INC]: Flip --incompatible_windows_escape_jvm_flags to true. See #7486

Closes #7646.

PiperOrigin-RevId: 242107771
  • Loading branch information
laszlocsomor authored and dkelmer committed Apr 16, 2019
1 parent 4be7f50 commit fab4424
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -615,7 +615,7 @@ public ImportDepsCheckingLevelConverter() {

@Option(
name = "incompatible_windows_escape_jvm_flags",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.OUTPUT_PARAMETERS,
effectTags = {
OptionEffectTag.ACTION_COMMAND_LINES,
Expand Down

0 comments on commit fab4424

Please sign in to comment.