Skip to content

Commit 3125f97

Browse files
committed
Our java example was ordered such that the import order would get wiped out by gjf, leading to confusion in #1417.
1 parent 2901edb commit 3125f97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugin-maven/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ any other maven phase (i.e. compile) then it can be configured as below;
179179
<include>src/test/java/**/*.java</include>
180180
</includes>
181181

182+
<googleJavaFormat /> <!-- has its own section below -->
183+
<eclipse /> <!-- has its own section below -->
184+
<prettier /> <!-- has its own section below -->
185+
182186
<importOrder /> <!-- standard import order -->
183187
<importOrder> <!-- or a custom ordering -->
184188
<wildcardsLast>false</wildcardsLast> <!-- Optional, default false. Sort wildcard import after specific imports -->
@@ -188,10 +192,6 @@ any other maven phase (i.e. compile) then it can be configured as below;
188192

189193
<removeUnusedImports /> <!-- self-explanatory -->
190194

191-
<googleJavaFormat /> <!-- has its own section below -->
192-
<eclipse /> <!-- has its own section below -->
193-
<prettier /> <!-- has its own section below -->
194-
195195
<formatAnnotations /> <!-- fixes formatting of type annotations, see below -->
196196

197197
<licenseHeader>

0 commit comments

Comments
 (0)