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 317EB200C7C for ; Sun, 7 May 2017 03:32:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 303D6160BBC; Sun, 7 May 2017 01:32:56 +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 9BD21160BAD for ; Sun, 7 May 2017 03:32:55 +0200 (CEST) Received: (qmail 83631 invoked by uid 500); 7 May 2017 01:32:54 -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 83622 invoked by uid 99); 7 May 2017 01:32:54 -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; Sun, 07 May 2017 01:32:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AF33FDFE61; Sun, 7 May 2017 01:32:54 +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: <9d48876a1f464ff99c38543827fda691@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: groovy git commit: remove reference to non-existent subproject on this branch Date: Sun, 7 May 2017 01:32:54 +0000 (UTC) archived-at: Sun, 07 May 2017 01:32:56 -0000 Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X 9287bb1fc -> c7b745b67 remove reference to non-existent subproject on this branch Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/c7b745b6 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/c7b745b6 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/c7b745b6 Branch: refs/heads/GROOVY_2_5_X Commit: c7b745b674b1cc3ed847bafe872c0b3371b1afbe Parents: 9287bb1 Author: paulk Authored: Sun May 7 11:32:38 2017 +1000 Committer: paulk Committed: Sun May 7 11:32:38 2017 +1000 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/c7b745b6/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index fc60290..7fb97d6 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ buildScan { } ext.modules = { - subprojects.findAll{ !['performance', 'groovy-tests-vm8'].contains(it.name) } + subprojects.findAll{ !['performance'].contains(it.name) } } apply from: 'gradle/filter.gradle'