diff options
author | Kenny Root <kenny@the-b.org> | 2015-09-03 17:02:11 -0700 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2015-09-03 17:02:11 -0700 |
commit | 8b2be1634e0b08579453a2dd8a5dbd04c8ee29fb (patch) | |
tree | fe3775ab23f116fb35849db33018f48ed383e8c2 | |
parent | a2bf1b0f128974e8173f3b94058b8f1bc39c5a5f (diff) | |
download | connectbot-8b2be1634e0b08579453a2dd8a5dbd04c8ee29fb.tar.gz connectbot-8b2be1634e0b08579453a2dd8a5dbd04c8ee29fb.tar.bz2 connectbot-8b2be1634e0b08579453a2dd8a5dbd04c8ee29fb.zip |
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"
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 0 insertions, 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 |