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 2551B200C05 for ; Mon, 9 Jan 2017 04:18:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 23EB1160B45; Mon, 9 Jan 2017 03:18:06 +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 93D98160B36 for ; Mon, 9 Jan 2017 04:18:05 +0100 (CET) Received: (qmail 54741 invoked by uid 500); 9 Jan 2017 03:18:04 -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 54731 invoked by uid 99); 9 Jan 2017 03:18:04 -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; Mon, 09 Jan 2017 03:18:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 45C9CDFA22; Mon, 9 Jan 2017 03:18:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: paulk@apache.org To: commits@groovy.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: groovy git commit: align with master - revert unneeded change during build refactoring Date: Mon, 9 Jan 2017 03:18:04 +0000 (UTC) archived-at: Mon, 09 Jan 2017 03:18:06 -0000 Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 57f3fa8d0 -> a8c23eb3b align with master - revert unneeded change during build refactoring Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/a8c23eb3 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/a8c23eb3 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/a8c23eb3 Branch: refs/heads/GROOVY_2_4_X Commit: a8c23eb3baa06845dd0127ce4a258d9df3ce7a66 Parents: 57f3fa8 Author: paulk Authored: Mon Jan 9 13:17:42 2017 +1000 Committer: paulk Committed: Mon Jan 9 13:17:42 2017 +1000 ---------------------------------------------------------------------- subprojects/groovy-templates/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/a8c23eb3/subprojects/groovy-templates/build.gradle ---------------------------------------------------------------------- diff --git a/subprojects/groovy-templates/build.gradle b/subprojects/groovy-templates/build.gradle index 3a21668..cb670ad 100644 --- a/subprojects/groovy-templates/build.gradle +++ b/subprojects/groovy-templates/build.gradle @@ -27,7 +27,7 @@ dependencies { } task backportJar(type:Jar) { - name = 'groovy-markup-backport' + appendix = 'markup-backport' dependsOn classes from sourceSets.main.output include 'groovy/text/markup/**'