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 11:22:03 UTC

groovy git commit: build scan plugin version

Repository: groovy
Updated Branches:
  refs/heads/master 134b44783 -> 1975a6310


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/1975a631
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/1975a631
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/1975a631

Branch: refs/heads/master
Commit: 1975a6310a962f17353c9484a0e36f5960de8d55
Parents: 134b447
Author: Paul King <pa...@asert.com.au>
Authored: Sun Jul 8 21:21:58 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sun Jul 8 21:21:58 2018 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/1975a631/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 9666a90..8e0c92c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -45,7 +45,7 @@ buildscript {
 }
 
 plugins {
-    id 'com.gradle.build-scan-plugin' 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'
 }