Skip to content

Releases: davido/google-java-format

google-java-format-1.4-1-ge22b66d

07 Sep 06:04

Choose a tag to compare

Pre-release
Add --dry-run option to simplify CI system integrations

Fixes: #105.

Test Plan:

  $ git show --name-only HEAD | grep java$ | xargs -r gjf --dry-run
  Need Formatting:
    [gerrit-common/src/main/java/com/google/gerrit/common/IoUtil.java,\
     gerrit-server/src/main/java/com/google/gerrit/server/account/Emails.java]

google-java-format-1.3-1-gec5ce10

28 May 14:38

Choose a tag to compare

Pre-release

This release is based on 1.3 gjf release and includes --dry-run option PR to simplify integrations with CI systems.

google-java-format-1.4-SNAPSHOT

28 May 13:22

Choose a tag to compare

Pre-release

This release is based on bc94435 and includes --dry-run option CL to simplify integrations with CI systems.