Repository: incubator-samza Updated Branches: refs/heads/0.7.0 a16983222 -> 0cf3e3c2d
SAMZA-95; remove jacoco to make projectReport work properly Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/0cf3e3c2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/0cf3e3c2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/0cf3e3c2 Branch: refs/heads/0.7.0 Commit: 0cf3e3c2d16e65207c93a224433430ae708e9a1e Parents: a169832 Author: Chris Riccomini <[email protected]> Authored: Tue Apr 22 13:12:03 2014 -0700 Committer: Chris Riccomini <[email protected]> Committed: Tue Apr 22 13:13:42 2014 -0700 ---------------------------------------------------------------------- RELEASE.md | 4 ---- build.gradle | 6 ------ 2 files changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/0cf3e3c2/RELEASE.md ---------------------------------------------------------------------- diff --git a/RELEASE.md b/RELEASE.md index 36d1beb..5a7eabc 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -10,7 +10,3 @@ To release to a local Maven repository: ./gradlew clean publishToMavenLocal ./gradlew -PscalaVersion=2.9.2 clean publishToMavenLocal - -To generate test coverage reports: - - ./gradlew clean jacocoTestReport http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/0cf3e3c2/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 75b6c98..69a6f0e 100644 --- a/build.gradle +++ b/build.gradle @@ -34,14 +34,8 @@ allprojects { subprojects { - apply plugin: 'jacoco' apply plugin: 'eclipse' apply plugin: 'project-report' - - // Required for now, becaues of GRADLE-2917. - dependencies { - jacocoAgent "org.jacoco:org.jacoco.agent:${jacoco.toolVersion}" - } } project(':samza-api') {
