Repository: zest-qi4j Updated Branches: refs/heads/develop 4ed5c4371 -> b2a31e054
Build: buildAll do javadocs instead of archiveJavadocs Thatâs the release task that do archiveJavadocs Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/b2a31e05 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/b2a31e05 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/b2a31e05 Branch: refs/heads/develop Commit: b2a31e054afd535388cd801f2fe6353e027f5b74 Parents: 4ed5c43 Author: Paul Merlin <[email protected]> Authored: Sat Jul 11 12:17:34 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Sat Jul 11 12:17:34 2015 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/b2a31e05/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index d3820a1..098b276 100644 --- a/build.gradle +++ b/build.gradle @@ -561,7 +561,7 @@ task archiveJavadocs(type: Copy ) { // Build All task buildAll( dependsOn: [ - archiveJavadocs, + javadocs, test, jar, subprojects*.dependencyReport,
