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 3F925200BA4 for ; Sat, 15 Oct 2016 18:41:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3E2ED160AF1; Sat, 15 Oct 2016 16:41:25 +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 AA6C2160AD9 for ; Sat, 15 Oct 2016 18:41:24 +0200 (CEST) Received: (qmail 63325 invoked by uid 500); 15 Oct 2016 16:41:23 -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 63316 invoked by uid 99); 15 Oct 2016 16:41:23 -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; Sat, 15 Oct 2016 16:41:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6B279E049D; Sat, 15 Oct 2016 16:41:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cchampeau@apache.org To: commits@groovy.apache.org Message-Id: <4b6ae14d4ace4d859635febbf301ee09@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: groovy git commit: Update build scans recipe version Date: Sat, 15 Oct 2016 16:41:23 +0000 (UTC) archived-at: Sat, 15 Oct 2016 16:41:25 -0000 Repository: groovy Updated Branches: refs/heads/master 829bfc3f4 -> 3891fce9b Update build scans recipe version Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/3891fce9 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/3891fce9 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/3891fce9 Branch: refs/heads/master Commit: 3891fce9baa61d3e699347769bb235310ca76758 Parents: 829bfc3 Author: Cedric Champeau Authored: Sat Oct 15 18:40:16 2016 +0200 Committer: Cedric Champeau Committed: Sat Oct 15 18:40:16 2016 +0200 ---------------------------------------------------------------------- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/3891fce9/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 93e27b4..e5080a6 100644 --- a/build.gradle +++ b/build.gradle @@ -47,14 +47,15 @@ buildscript { plugins { id 'com.gradle.build-scan' version '1.2' - id 'me.champeau.buildscan-recipes' version '0.1.0-beta-3' + id 'me.champeau.buildscan-recipes' version '0.1.0-beta-4' } buildScan { licenseAgreementUrl = 'https://gradle.com/terms-of-service' licenseAgree = 'yes' recipe 'git-commit', baseUrl: 'https://github.com/apache/groovy/tree' - recipes 'git-status', 'teamcity' + recipe 'teamcity', baseUrl: 'https://ci.groovy-lang.org', guest: 'true' + recipes 'git-status' } apply from: 'gradle/filter.gradle'