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 cc3ca6e commit b5c1a54Copy full SHA for b5c1a54
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