From commits-return-8440-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Sat May 4 04:10:43 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0DCD718064D for ; Sat, 4 May 2019 06:10:42 +0200 (CEST) Received: (qmail 19102 invoked by uid 500); 4 May 2019 04:10:42 -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 19081 invoked by uid 99); 4 May 2019 04:10:42 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 May 2019 04:10:42 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 61F3887213; Sat, 4 May 2019 04:10:38 +0000 (UTC) Date: Sat, 04 May 2019 04:10:38 +0000 To: "commits@groovy.apache.org" Subject: [groovy] branch master updated: GROOVY-9104: Bump build-scan plugin to 2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155694303827.20096.9977156638679766819@gitbox.apache.org> From: sunlan@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: groovy X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 515fc80b921b45465364f71f7f673f329a29e8f8 X-Git-Newrev: 9b0f48d92d0c1d4980aa7a9907c923e98cf59b5f X-Git-Rev: 9b0f48d92d0c1d4980aa7a9907c923e98cf59b5f X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git The following commit(s) were added to refs/heads/master by this push: new 9b0f48d GROOVY-9104: Bump build-scan plugin to 2.3 9b0f48d is described below commit 9b0f48d92d0c1d4980aa7a9907c923e98cf59b5f Author: Daniel Sun AuthorDate: Sat May 4 12:09:58 2019 +0800 GROOVY-9104: Bump build-scan plugin to 2.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 24502d1..fc48786 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ buildscript { } plugins { - id 'com.gradle.build-scan' version '2.2.1' + id 'com.gradle.build-scan' version '2.3' id 'me.champeau.buildscan-recipes' version '0.2.3' id 'com.github.spotbugs' version '1.6.9' id "com.github.ben-manes.versions" version '0.21.0'