You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2018/07/08 08:31:38 UTC

groovy git commit: bump build scan plugin version

Repository: groovy
Updated Branches:
  refs/heads/master f63a7729a -> 0ed872f57


bump build scan plugin version


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

Branch: refs/heads/master
Commit: 0ed872f579ed74fad37dc90981302085642fdae2
Parents: f63a772
Author: Paul King <pa...@asert.com.au>
Authored: Sun Jul 8 18:31:32 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sun Jul 8 18:31:32 2018 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/0ed872f5/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index fb913c5..8e0c92c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -45,7 +45,7 @@ buildscript {
 }
 
 plugins {
-    id 'com.gradle.build-scan' version '1.13.4'
+    id 'com.gradle.build-scan' version '1.15.1'
     id 'me.champeau.buildscan-recipes' version '0.2.3'
     id 'com.github.spotbugs' version '1.6.2'
 }