aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2020-02-24 14:14:57 -0800
committerAurimas Liutikas <aurimas@google.com>2020-02-24 14:14:57 -0800
commitc5d3f163c1f6bfc6c7db0bfd019ecd84168adcb5 (patch)
tree925eca70078580aac3a32850da75d631b72b5d8b
parenta69e4417a837c9a4a6aac1d7fb8959018b8799fd (diff)
downloaddokka-c5d3f163c1f6bfc6c7db0bfd019ecd84168adcb5.tar.gz
Do not fail the builder on test failures.
Test failures already get forwarded to treehugger, so the build should not fail on the test failures as treehugger will fail the build already. This change allows to see which tests failed instead of just seeing that some test failed. Test: local Change-Id: I0f953751d573bdf06057fe4e90627f1a9d09d718
-rw-r--r--busytown.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/busytown.gradle b/busytown.gradle
index b6fb936e9..f16d8539a 100644
--- a/busytown.gradle
+++ b/busytown.gradle
@@ -15,6 +15,7 @@ allprojects { project ->
zipTask.from(report.destination)
}
}
+ task.ignoreFailures = true
}
if (project.rootProject == project) {
def zipMaven = project.tasks.create("zipMaven", Zip) {