Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X d2a268bd0 -> 7b95f3a19


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/7b95f3a1
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/7b95f3a1
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/7b95f3a1

Branch: refs/heads/GROOVY_2_4_X
Commit: 7b95f3a198768a03e5e240804765648ca55bc4fb
Parents: d2a268b
Author: sunlan <[email protected]>
Authored: Wed Aug 23 10:11:30 2017 +0800
Committer: sunlan <[email protected]>
Committed: Wed Aug 23 10:13:38 2017 +0800

----------------------------------------------------------------------
 gradle/docs.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/7b95f3a1/gradle/docs.gradle
----------------------------------------------------------------------
diff --git a/gradle/docs.gradle b/gradle/docs.gradle
index a631fa1..e83901c 100644
--- a/gradle/docs.gradle
+++ b/gradle/docs.gradle
@@ -40,6 +40,7 @@ def javadocSpec = {
     project.configure(options) {
         windowTitle = doc.title
         docTitle = doc.title
+        locale = 'en_US'
         encoding = 'UTF-8'
         author = true
         version = true

Reply via email to