Repository: zest-qi4j Updated Branches: refs/heads/develop be0d9b09d -> 79b32908a
Build, minor: generate Javadocs without timestamp This is to minimize svn commits size in the website. See https://www.apache.org/dev/project-site.html#generated Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/e9ade8f5 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/e9ade8f5 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/e9ade8f5 Branch: refs/heads/develop Commit: e9ade8f5bcf1c111abc88faea31297c518c80278 Parents: be0d9b0 Author: Paul Merlin <[email protected]> Authored: Tue Jul 7 13:42:05 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Tue Jul 7 13:42:05 2015 +0200 ---------------------------------------------------------------------- build.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/e9ade8f5/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 94c0416..bac1ca3 100644 --- a/build.gradle +++ b/build.gradle @@ -148,6 +148,7 @@ allprojects { } tasks.withType(Javadoc) { options.encoding = 'UTF-8' + options.noTimestamp = true } repositories {
