We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82dc34 commit 5568e8aCopy full SHA for 5568e8a
eclipse-platform-parent/pom.xml
@@ -589,6 +589,9 @@
589
<cleanup.remove_unnecessary_array_creation>true</cleanup.remove_unnecessary_array_creation>
590
<!-- Remove unnecessary suppress warning tokens -->
591
<cleanup.remove_unnecessary_suppress_warnings>true</cleanup.remove_unnecessary_suppress_warnings>
592
+ <!-- Removes unused imports -->
593
+ <cleanup.remove_unused_imports>true</cleanup.remove_unused_imports>
594
+
595
</cleanUpProfile>
596
</configuration>
597
</execution>
0 commit comments