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 af274db commit a5cf1c0Copy full SHA for a5cf1c0
README.md
@@ -19,6 +19,14 @@ Custom Checkstyle checks for Android projects.
19
20
### Gradle
21
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
30
If you are using [Checkstyle plugin](https://docs.gradle.org/current/userguide/checkstyle_plugin.html) for Gradle, add
31
checks project as dependency in the `dependencies` section in the `build.gradle`:
32
0 commit comments