You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2019/05/04 04:10:38 UTC

[groovy] branch master updated: GROOVY-9104: Bump build-scan plugin to 2.3

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 <su...@apache.org>
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'