You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/10/09 11:18:11 UTC

[groovy] branch master updated: Fix javadoc title

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new d099663  Fix javadoc title
d099663 is described below

commit d099663a73a112a429d396a52ec7c44c8de963a8
Author: Cedric Champeau <cc...@apache.org>
AuthorDate: Fri Oct 9 13:12:50 2020 +0200

    Fix javadoc title
---
 buildSrc/src/main/groovy/org.apache.groovy-documented.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle b/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle
index 5a3f237..64ea1d3 100644
--- a/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle
+++ b/buildSrc/src/main/groovy/org.apache.groovy-documented.gradle
@@ -49,8 +49,8 @@ tasks.withType(Javadoc).configureEach {
             addBooleanOption('html5', true)
         }
         addStringOption('Xdoclint:none', '-quiet')
-        windowTitle = "Groovy ${version}"
-        docTitle = "Groovy ${version}"
+        windowTitle = "Groovy ${versions.groovy}"
+        docTitle = "Groovy ${versions.groovy}"
         locale = 'en_US'
         encoding = 'UTF-8'
         version = true