diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-11-14 17:01:44 +0000 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-11-14 17:01:44 +0000 |
commit | 40692ec87600214b6a5a3be6885286867d5393d2 (patch) | |
tree | ef899f5c3deb52b97ff1d863c9134617abdaf828 /pom.xml | |
parent | a0234adccf748953c4f884275a7bd6036236263c (diff) |
Reduce the number of problems in resources by removing unused imports
- add removeUnusedImports option to spotless
- update spotless plugin to latest version
Issue-ID: AAI-3596
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I2c4c4b71a9c6b1a719f171194c631a88c70c221e
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -75,12 +75,13 @@ <plugin> <groupId>com.diffplug.spotless</groupId> <artifactId>spotless-maven-plugin</artifactId> - <version>1.18.0</version> + <version>2.27.2</version> <configuration> <java> <importOrder> <order>com,java,javax,org</order> </importOrder> + <removeUnusedImports/> </java> </configuration> <!-- https://github.com/diffplug/spotless/tree/master/plugin-maven |