Skip to content

Commit

Permalink
Tweak GJF version comment for Maven (#2056 closes #2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Apr 3, 2024
2 parents bceba42 + dceed82 commit b0a0e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ any other maven phase (i.e. compile) then it can be configured as below;

```xml
<googleJavaFormat>
<version>1.8</version> <!-- optional, 1.8 is minimum supported version -->
<version>1.8</version> <!-- optional, 1.8 is the minimum supported version for Java 11-->
<style>GOOGLE</style> <!-- or AOSP (optional) -->
<reflowLongStrings>true</reflowLongStrings> <!-- optional -->
<formatJavadoc>false</formatJavadoc> <!-- optional -->
Expand Down

0 comments on commit b0a0e46

Please sign in to comment.