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 ef219c0 commit 61d362bCopy full SHA for 61d362b
plugin-gradle/README.md
@@ -193,8 +193,6 @@ spotless {
193
// and/or reflow long strings (requires at least 1.8)
194
// and/or use custom group artifact (you probably don't need this)
195
googleJavaFormat('1.8').aosp().reflowLongStrings().groupArtifact('com.google.googlejavaformat:google-java-format')
196
- // optional: fix formatting of type annotations
197
- formatAnnotations()
198
```
199
200
### palantir-java-format
@@ -206,8 +204,6 @@ spotless {
206
204
palantirJavaFormat()
207
205
// optional: you can specify a specific version
208
palantirJavaFormat('2.9.0')
209
210
211
212
213
### eclipse jdt
0 commit comments