Skip to content

Commit

Permalink
Improved link tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Dec 1, 2017
1 parent a530a72 commit 6f5805b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin-gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spotless {

See [ECLIPSE_SCREENSHOTS](../ECLIPSE_SCREENSHOTS.md) for screenshots that demonstrate how to get and install the eclipseFormatFile and importOrderFile mentioned above.

<a name="google-java-format"></a>
<a name="android"></a>

### Applying to Android Java source
Be sure to add `target '**/*.java'` otherwise spotless will not detect Java code inside Android modules.
Expand All @@ -135,6 +135,8 @@ spotless {
}
```

<a name="google-java-format"></a>

## Applying to Java source ([google-java-format](https://github.com/google/google-java-format))

```gradle
Expand Down

0 comments on commit 6f5805b

Please sign in to comment.