Skip to content

Commit 15e0d1e

Browse files
authored
2021-01-13 Version 1.0.0: Updated installation info in README.md
1 parent a5fad85 commit 15e0d1e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ Custom Checkstyle checks for Java projects.
1616

1717
### Gradle
1818

19+
Add `https://jitpack.io` as Maven repository to `build.gradle` (needs for downloading dependencies from GitHub):
20+
21+
```groovy
22+
repositories {
23+
maven { url "https://jitpack.io" }
24+
}
25+
```
26+
1927
If you are using [Checkstyle plugin](https://docs.gradle.org/current/userguide/checkstyle_plugin.html) for Gradle, add checks project as dependency in the `dependencies` section in the `build.gradle`:
2028

2129
```groovy

0 commit comments

Comments
 (0)