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

Unified Diff: build.gradle

Issue 29347926: Issue 4248 - Add codestyle check
Patch Set: moved 'third_party' to review https://codereview.adblockplus.org/29567648/ Created Oct. 6, 2017, 11:33 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
« no previous file with comments | « no previous file | libadblockplus-android-settings/build.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
+ }
+}
« no previous file with comments | « no previous file | libadblockplus-android-settings/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld