Repository: groovy Updated Branches: refs/heads/master da8496d1e -> f0350c4dc
Set the locale of javadoc as en_US Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/f0350c4d Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/f0350c4d Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/f0350c4d Branch: refs/heads/master Commit: f0350c4dc4278db1821b3068df7a6a448dd4bd82 Parents: da8496d Author: sunlan <[email protected]> Authored: Wed Aug 23 10:11:30 2017 +0800 Committer: sunlan <[email protected]> Committed: Wed Aug 23 10:11:30 2017 +0800 ---------------------------------------------------------------------- gradle/docs.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/f0350c4d/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
