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 D64BA200BBB for ; Thu, 10 Nov 2016 16:13:38 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D4C8D160B01; Thu, 10 Nov 2016 15:13:38 +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 13AC0160B17 for ; Thu, 10 Nov 2016 16:13:36 +0100 (CET) Received: (qmail 49519 invoked by uid 500); 10 Nov 2016 15:13:36 -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 47620 invoked by uid 99); 10 Nov 2016 15:13:34 -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; Thu, 10 Nov 2016 15:13:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8D70DF1775; Thu, 10 Nov 2016 15:13:34 +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 Date: Thu, 10 Nov 2016 15:14:05 -0000 Message-Id: <40216c3f536341519a343b2d91558326@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [33/50] [abbrv] groovy git commit: Add GC stats to build scan archived-at: Thu, 10 Nov 2016 15:13:39 -0000 Add GC stats to build scan Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/b24d30db Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/b24d30db Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/b24d30db Branch: refs/heads/parrot Commit: b24d30dbf8b3f86a45e954b55b3354815e753961 Parents: 3c074dc Author: Cedric Champeau Authored: Sun Oct 16 18:41:12 2016 +0200 Committer: Cedric Champeau Committed: Sun Oct 16 18:41:46 2016 +0200 ---------------------------------------------------------------------- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/b24d30db/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 810f437..cd3e6db 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ buildscript { plugins { id 'com.gradle.build-scan' version '1.2' - id 'me.champeau.buildscan-recipes' version '0.1.0-beta-5' + id 'me.champeau.buildscan-recipes' version '0.1.0' } buildScan { @@ -55,7 +55,7 @@ buildScan { licenseAgree = 'yes' recipe 'git-commit', baseUrl: 'https://github.com/apache/groovy/tree' recipe 'teamcity', baseUrl: 'https://ci.groovy-lang.org', guest: 'true' - recipes 'git-status' + recipes 'git-status', 'gc-stats' } apply from: 'gradle/filter.gradle'