Skip to content

Commit

Permalink
Make lockfile human readable
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 521009432
Change-Id: I2b2e5e0c845f05c428ff8772aba2abce72a3830f
  • Loading branch information
SalmaSamy authored and copybara-github committed Mar 31, 2023
1 parent 3b9ec35 commit 2e219de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public Registry read(JsonReader jsonReader) throws IOException {

private static final GsonBuilder adapterGson =
new GsonBuilder()
.setPrettyPrinting()
.registerTypeAdapterFactory(GenerateTypeAdapter.FACTORY)
.registerTypeAdapterFactory(DICT)
.registerTypeAdapterFactory(IMMUTABLE_MAP)
Expand Down

1 comment on commit 2e219de

@SalmaSamy
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bazel-io flag

Please sign in to comment.