Skip to content

Commit 61d362b

Browse files
committed
Keep the step-specific sections specific to their section.
1 parent ef219c0 commit 61d362b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugin-gradle/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ spotless {
193193
// and/or reflow long strings (requires at least 1.8)
194194
// and/or use custom group artifact (you probably don't need this)
195195
googleJavaFormat('1.8').aosp().reflowLongStrings().groupArtifact('com.google.googlejavaformat:google-java-format')
196-
// optional: fix formatting of type annotations
197-
formatAnnotations()
198196
```
199197

200198
### palantir-java-format
@@ -206,8 +204,6 @@ spotless {
206204
palantirJavaFormat()
207205
// optional: you can specify a specific version
208206
palantirJavaFormat('2.9.0')
209-
// optional: fix formatting of type annotations
210-
formatAnnotations()
211207
```
212208

213209
### eclipse jdt

0 commit comments

Comments
 (0)