This is an automated email from the ASF dual-hosted git repository.
xiong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
The following commit(s) were added to refs/heads/master by this push:
new fe27e50 Site: Change the javadoc title to Apache Calcite Avatica API
fe27e50 is described below
commit fe27e504666f1a6bf0fca87745d96a76307b26b2
Author: nobigo <[email protected]>
AuthorDate: Fri Dec 31 21:40:03 2021 +0800
Site: Change the javadoc title to Apache Calcite Avatica API
---
build.gradle.kts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index 4859cce..de109d1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -246,8 +246,8 @@ allprojects {
docEncoding = "UTF-8"
charSet = "UTF-8"
encoding = "UTF-8"
- docTitle = "Apache Calcite Avatica ${project.name} API"
- windowTitle = "Apache Calcite Avatica ${project.name} API"
+ docTitle = "Apache Calcite Avatica API"
+ windowTitle = "Apache Calcite Avatica API"
header = "<b>Apache Calcite Avatica</b>"
bottom =
"Copyright © 2012-$lastEditYear Apache Software
Foundation. All Rights Reserved."