Repository: zest-qi4j Updated Branches: refs/heads/develop 916cc4ccd -> 22e2008da
ZEST-27 build: the `release` task now depends on the `rat` task Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/22e2008d Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/22e2008d Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/22e2008d Branch: refs/heads/develop Commit: 22e2008da8f3db72340e4e2b0c52fc2e0b9a600e Parents: 916cc4c Author: Paul Merlin <[email protected]> Authored: Sat Jun 13 18:42:36 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Sat Jun 13 18:42:36 2015 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/22e2008d/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 255d613..26947ca 100644 --- a/build.gradle +++ b/build.gradle @@ -685,7 +685,7 @@ task release { throw new GradleException( "'version' must be given as a system property to perform a release." ) } } - dependsOn checkReleaseSpec, archiveJavadocs, ':org.qi4j.manual:copyWebsite', allprojects*.uploadArchives, dist + dependsOn checkReleaseSpec, rat, archiveJavadocs, ':org.qi4j.manual:copyWebsite', allprojects*.uploadArchives, dist } //
