Repository: zest-qi4j Updated Branches: refs/heads/develop e42c9b290 -> 5f6db271f
Build javadocs in full UTF-8 Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/5f6db271 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/5f6db271 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/5f6db271 Branch: refs/heads/develop Commit: 5f6db271f2a16372e79c60563b2644ca06d90a3d Parents: e42c9b2 Author: Paul Merlin <[email protected]> Authored: Wed Jul 8 12:34:17 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Wed Jul 8 12:34:17 2015 +0200 ---------------------------------------------------------------------- build.gradle | 3 +++ buildSrc/src/javadoc/overview.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/5f6db271/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 6ef670a..a98aa00 100644 --- a/build.gradle +++ b/build.gradle @@ -148,7 +148,10 @@ allprojects { } tasks.withType(Javadoc) { options.encoding = 'UTF-8' + options.docEncoding = 'UTF-8' + options.charSet = 'UTF-8' options.noTimestamp = true + // exclude '**/internal/**' } repositories { http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/5f6db271/buildSrc/src/javadoc/overview.html ---------------------------------------------------------------------- diff --git a/buildSrc/src/javadoc/overview.html b/buildSrc/src/javadoc/overview.html index e91fbd5..38affee 100644 --- a/buildSrc/src/javadoc/overview.html +++ b/buildSrc/src/javadoc/overview.html @@ -16,8 +16,8 @@ --> <html> <body> - <h3>Welcome to the Apache Zest (Java Edition) SDK Javadoc.</h3> - <p>Apache Zest is a framework for domain centric application development, including evolved concepts from AOP, DI and DDD.</p> + <h3>Welcome to the Apache Zest⢠(Java Edition) SDK Javadoc.</h3> + <p>Apache Zest⢠is a framework for domain centric application development, including evolved concepts from AOP, DI and DDD.</p> <p><a href="https://zest.apache.org" target="_blank">zest.apache.org</a></p> </body> </html>
