Skip to content

Commit b0a0e46

Browse files
authored
Tweak GJF version comment for Maven (#2056 closes #2055)
2 parents bceba42 + dceed82 commit b0a0e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-maven/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ any other maven phase (i.e. compile) then it can be configured as below;
232232

233233
```xml
234234
<googleJavaFormat>
235-
<version>1.8</version> <!-- optional, 1.8 is minimum supported version -->
235+
<version>1.8</version> <!-- optional, 1.8 is the minimum supported version for Java 11-->
236236
<style>GOOGLE</style> <!-- or AOSP (optional) -->
237237
<reflowLongStrings>true</reflowLongStrings> <!-- optional -->
238238
<formatJavadoc>false</formatJavadoc> <!-- optional -->

0 commit comments

Comments
 (0)