Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X bab3b10e2 -> fa55e14ca
Set the locale of javadoc as en_US (cherry picked from commit f0350c4) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/fa55e14c Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/fa55e14c Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/fa55e14c Branch: refs/heads/GROOVY_2_6_X Commit: fa55e14caa2645e63e6dc89e1a9d1123ae1dc943 Parents: bab3b10 Author: sunlan <[email protected]> Authored: Wed Aug 23 10:11:30 2017 +0800 Committer: sunlan <[email protected]> Committed: Wed Aug 23 10:12:18 2017 +0800 ---------------------------------------------------------------------- gradle/docs.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/fa55e14c/gradle/docs.gradle ---------------------------------------------------------------------- diff --git a/gradle/docs.gradle b/gradle/docs.gradle index e434afc..46fd3a5 100644 --- a/gradle/docs.gradle +++ b/gradle/docs.gradle @@ -41,6 +41,7 @@ def javadocSpec = { project.configure(options) { windowTitle = doc.title docTitle = doc.title + locale = 'en_US' encoding = 'UTF-8' author = true version = true
