build: minor jacoco refinement

Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/ae58d0d3
Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/ae58d0d3
Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/ae58d0d3

Branch: refs/heads/develop
Commit: ae58d0d38bd076791aed8348c8cca7c4979b6ce1
Parents: 42778a2
Author: Paul Merlin <[email protected]>
Authored: Sat Jan 24 15:02:57 2015 +0100
Committer: Paul Merlin <[email protected]>
Committed: Sat Jan 24 15:02:57 2015 +0100

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/ae58d0d3/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 01a3ed9..20f215e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -397,7 +397,7 @@ task coverageReport {
       html destdir:  outputPath, encoding: "UTF-8", locale: "en", footer: 
"Qi4j SDK"
     }
   }
-  inputs.dir coveredProjects.collect { p -> "${p.buildDir.path}/jacoco" }
+  inputs.dir subprojects.collect { p -> "${p.buildDir.path}/jacoco" }
   outputs.dir outputPath
 }
 

Reply via email to