We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bceba42 + dceed82 commit b0a0e46Copy full SHA for b0a0e46
plugin-maven/README.md
@@ -232,7 +232,7 @@ any other maven phase (i.e. compile) then it can be configured as below;
232
233
```xml
234
<googleJavaFormat>
235
- <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-->
236
<style>GOOGLE</style> <!-- or AOSP (optional) -->
237
<reflowLongStrings>true</reflowLongStrings> <!-- optional -->
238
<formatJavadoc>false</formatJavadoc> <!-- optional -->
0 commit comments