Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: build.gradle

Issue 29347926: Issue 4248 - Add codestyle check
Patch Set: added Gradle support, removed Ant support, added original files URLs Created April 14, 2017, 11:56 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « no previous file | libadblockplus-android-settings/build.gradle » ('j') | libadblockplus-android-settings/build.gradle » ('J')

Powered by Google App Engine
This is Rietveld