| Index: build.gradle |
| diff --git a/build.gradle b/build.gradle |
| index 6ab4fb584ec17006bd37e78456c3b4e8569ae51a..128ac1b58b43797166ce205f82d805dcf3b3e012 100644 |
| --- a/build.gradle |
| +++ b/build.gradle |
| @@ -12,3 +12,10 @@ buildscript { |
| subprojects { |
| task listAllDependencies(type: DependencyReportTask) {} |
| } |
| + |
| +configure(subprojects) { subproject -> |
| + repositories { |
| + mavenCentral() |
| + mavenLocal() |
| + } |
| +} |
|
anton
2017/04/14 12:02:28
my original intention was to describe `checkstyle`
diegocarloslima
2017/04/27 12:58:44
Can't you define the checkstyle version here (or i
anton
2017/04/28 06:05:06
tool version is just a bit. The main purpose is ta
diegocarloslima
2017/04/28 11:27:37
Yes, It makes sense to have some special rules for
|