Skip to content

Commit

Permalink
Flip --incompatible_windows_escape_jvm_flags
Browse files Browse the repository at this point in the history
Fixes: bazelbuild#7486

RELNOTES[INC]: Flip --incompatible_windows_escape_jvm_flags to true. See bazelbuild#7486
  • Loading branch information
laszlocsomor committed Mar 6, 2019
1 parent 123d5ac commit 74ddcba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,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 74ddcba

Please sign in to comment.