From 8b2be1634e0b08579453a2dd8a5dbd04c8ee29fb Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 3 Sep 2015 17:02:11 -0700 Subject: Revert "Update version of JaCoCo used" This reverts commit 33f091b73b55103b9d2c43aeda32bebc4f83f5ed. This breaks the output for Robolectric JUnit test coverage. I'm not sure why this is currently, but the newest that still works is "0.7.2" --- gradle.properties | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 62fc605..dfbe478 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1 @@ android.useDeprecatedNdk=true - -# Newer (0.7.5) version breaks Jenkins reporting -# see https://github.com/jenkinsci/jacoco-plugin/pull/55#issuecomment-107616950 -jacocoVersion=0.7.4.201502262128 -- cgit v1.2.3