Skip to content

Commit a5cf1c0

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

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
@@ -19,6 +19,14 @@ Custom Checkstyle checks for Android projects.
1919

2020
### Gradle
2121

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

0 commit comments

Comments
 (0)