This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release17.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release17.12 by this push:
new b9b22a5 Improved: Add a title to Javadoc overview (OFBIZ-11950)
b9b22a5 is described below
commit b9b22a56c71f5992ca8a06af319baf8d133b066e
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Wed Aug 12 15:50:57 2020 +0200
Improved: Add a title to Javadoc overview (OFBIZ-11950)
We can add a global version heading using the Gradle title Javadoc option:
https://docs.gradle.org/current/dsl/org.gradle.api.tasks.javadoc.Javadoc.html
Relates to
https://markmail.org/message/t3svau3udlwaa7mq---
build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.gradle b/build.gradle
index 3878842..0d6e70c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -53,6 +53,7 @@ if (project.hasProperty('jvmArgs')) {
ext.ofbizMainClass = 'org.apache.ofbiz.base.start.Start'
javadoc.failOnError = true
+javadoc.title = "OFBiz R17.12 API"
javadoc.options {
encoding "UTF-8"
charSet "UTF-8"