summaryrefslogtreecommitdiff
path: root/integration-tests/TestApp/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/TestApp/build.gradle')
-rw-r--r--integration-tests/TestApp/build.gradle6
1 files changed, 1 insertions, 5 deletions
diff --git a/integration-tests/TestApp/build.gradle b/integration-tests/TestApp/build.gradle
index 1eff0475..e3f9bb1f 100644
--- a/integration-tests/TestApp/build.gradle
+++ b/integration-tests/TestApp/build.gradle
@@ -10,14 +10,10 @@ buildscript {
}
if (!rootProject.ext.runningInIde) {
apply from: "../commonHeader.gradle"
- subprojects {
- project.apply from: "../../commonHeader.gradle"
- project.apply from: "../../commonLocalRepo.gradle"
- }
}
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xmaxerrs" << "500" // or whatever number you want
}
-} \ No newline at end of file
+}