Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8860A200D08 for ; Wed, 23 Aug 2017 04:13:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 86CD216808E; Wed, 23 Aug 2017 02:13:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F3BAA16808B for ; Wed, 23 Aug 2017 04:12:59 +0200 (CEST) Received: (qmail 26074 invoked by uid 500); 23 Aug 2017 02:12:59 -0000 Mailing-List: contact commits-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list commits@groovy.apache.org Received: (qmail 26065 invoked by uid 99); 23 Aug 2017 02:12:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2017 02:12:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 05988DFDD1; Wed, 23 Aug 2017 02:12:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sunlan@apache.org To: commits@groovy.apache.org Message-Id: <8cef4a3e5aa54ae68ebb0a79ba8ef778@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: groovy git commit: Set the locale of javadoc as en_US Date: Wed, 23 Aug 2017 02:12:59 +0000 (UTC) archived-at: Wed, 23 Aug 2017 02:13:00 -0000 Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X 5eee0cd06 -> c4ff745ef 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/c4ff745e Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/c4ff745e Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/c4ff745e Branch: refs/heads/GROOVY_2_5_X Commit: c4ff745efde676e2fa0d6649721e25d9f61ba512 Parents: 5eee0cd Author: sunlan Authored: Wed Aug 23 10:11:30 2017 +0800 Committer: sunlan Committed: Wed Aug 23 10:12:54 2017 +0800 ---------------------------------------------------------------------- gradle/docs.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/c4ff745e/gradle/docs.gradle ---------------------------------------------------------------------- diff --git a/gradle/docs.gradle b/gradle/docs.gradle index f61ad76..6e78da2 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