Skip to content

Commit

Permalink
Bring back json formatter for bazel 1.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
burakcoskun authored and Alessandro Patti committed Apr 15, 2020
1 parent 358e82f commit 64b32cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public static ImmutableList<OutputFormatter> getDefaultFormatters() {
new LocationOutputFormatter(),
new GraphOutputFormatter(),
new XmlOutputFormatter(),
new JsonOutputFormatter(),
new ProtoOutputFormatter(),
new StreamedProtoOutputFormatter());
}
Expand Down

0 comments on commit 64b32cd

Please sign in to comment.