formatting tweaks
This commit is contained in:
parent
1a1cdc6874
commit
bcb2508726
6
tile.xml
6
tile.xml
@ -25,7 +25,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>net.revelc.code.formatter</groupId>
|
<groupId>net.revelc.code.formatter</groupId>
|
||||||
<artifactId>formatter-maven-plugin</artifactId>
|
<artifactId>formatter-maven-plugin</artifactId>
|
||||||
<version>2.21.0</version>
|
<version>2.23.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configFile>target/eclipse-formatter.xml</configFile>
|
<configFile>target/eclipse-formatter.xml</configFile>
|
||||||
<lineEnding>LF</lineEnding>
|
<lineEnding>LF</lineEnding>
|
||||||
@ -41,9 +41,11 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>net.revelc.code</groupId>
|
<groupId>net.revelc.code</groupId>
|
||||||
<artifactId>impsort-maven-plugin</artifactId>
|
<artifactId>impsort-maven-plugin</artifactId>
|
||||||
<version>1.8.0</version>
|
<version>1.9.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<groups>java.,javax.,jakarta.,org.,com.,*</groups>
|
||||||
<removeUnused>true</removeUnused>
|
<removeUnused>true</removeUnused>
|
||||||
|
<lineEnding>LF</lineEnding>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user