You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,14 @@ Custom Checkstyle checks for Java projects.
16
16
17
17
### Gradle
18
18
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
+
19
27
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`:
0 commit comments