Skip to content

Commit

Permalink
Add info about google-java-format-gradle-plugin to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeach committed Aug 28, 2017
1 parent 86aad8c commit f90dbfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ If you have Gradle installed, run `gradle makeJavadocs`
Otherwise,
- On **Linux** or **macOS**, in the project's root directory, run `./gradlew makeJavadocs`
- On **Windows**, in the project's root directory, run `gradlew.bat makeJavadocs`

## Gradle plugins (automatically downloaded)
- [google-java-format-gradle-plugin](https://github.com/sherter/google-java-format-gradle-plugin) uses [google-java-format](https://github.com/google/google-java-format) to reformat Java source code to comply with Google Java Style.

0 comments on commit f90dbfc

Please sign in to comment.