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.
2 parents cc3ca6e + b5c1a54 commit 6a6e617Copy full SHA for 6a6e617
plugin-gradle/README.md
@@ -192,7 +192,7 @@ spotless {
192
removeUnusedImports()
193
// optional: you may switch for `google-java-format` as underlying engine to `cleanthat-javaparser-unnecessaryimport`
194
// which enables processing any language level source file with a JDK8+ Runtime
195
- removeUnusedImports().engine('cleanthat-javaparser-unnecessaryimport')
+ removeUnusedImports('cleanthat-javaparser-unnecessaryimport')
196
```
197
198
### google-java-format
0 commit comments