From b073688529c5b0a60d83268d6e5dae08f22ac0e0 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 29 Jul 2015 10:43:00 -0400 Subject: [PATCH] INT-3780: Revert JaCoCo Version JIRA: https://jira.spring.io/browse/INT-3780 The new version is not compatible with our Sonar servers. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c2c6d0dd22..911eaffabc 100644 --- a/build.gradle +++ b/build.gradle @@ -160,7 +160,7 @@ subprojects { subproject -> } jacoco { - toolVersion = "0.7.5.201505241946" + toolVersion = "0.7.2.201409121644" } // dependencies that are common across all java projects