aboutsummaryrefslogtreecommitdiff
path: root/javatests/artifacts/dagger-android/simple/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'javatests/artifacts/dagger-android/simple/build.gradle')
-rw-r--r--javatests/artifacts/dagger-android/simple/build.gradle15
1 files changed, 0 insertions, 15 deletions
diff --git a/javatests/artifacts/dagger-android/simple/build.gradle b/javatests/artifacts/dagger-android/simple/build.gradle
index d29aa0c7a..8c179e503 100644
--- a/javatests/artifacts/dagger-android/simple/build.gradle
+++ b/javatests/artifacts/dagger-android/simple/build.gradle
@@ -34,20 +34,5 @@ allprojects {
mavenCentral()
mavenLocal()
}
- // TODO(bcorso): Consider organizing all projects under a single project
- // that share a build.gradle configuration to reduce the copy-paste.
- // Local tests: Adds logs for individual local tests
- tasks.withType(Test) {
- testLogging {
- exceptionFormat "full"
- showCauses true
- showExceptions true
- showStackTraces true
- showStandardStreams true
- events = ["passed", "skipped", "failed", "standardOut", "standardError"]
- }
- }
}
-// Instrumentation tests: Combines test reports for all modules
-apply plugin: 'android-reporting'