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 2018/12/12 18:58:41 UTC

[4/7] groovy git commit: GROOVY-8921: Bump build-scan gradle plugin to 2.1

GROOVY-8921: Bump build-scan gradle plugin to 2.1


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/68c84628
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/68c84628
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/68c84628

Branch: refs/heads/master
Commit: 68c846282dfc6bbadb957763e24c8de5f0867cfd
Parents: 334f7d7
Author: danielsun1106 <re...@hotmail.com>
Authored: Thu Dec 13 01:09:04 2018 +0800
Committer: Daniel Sun <su...@apache.org>
Committed: Thu Dec 13 02:58:33 2018 +0800

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/68c84628/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 3dbc1a1..9a875e7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -49,7 +49,7 @@ buildscript {
 }
 
 plugins {
-    id 'com.gradle.build-scan' version '2.0.2'
+    id 'com.gradle.build-scan' version '2.1'
     id 'me.champeau.buildscan-recipes' version '0.2.3'
     id 'com.github.spotbugs' version '1.6.5'
     id "com.github.ben-manes.versions" version '0.20.0'