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:20:55 UTC

groovy git commit: revert of bump build scan plugin version

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


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

Branch: refs/heads/master
Commit: 134b4478388caea50312fc4458b58fee44f69733
Parents: b4d75ab
Author: Paul King <pa...@asert.com.au>
Authored: Sun Jul 8 21:20:50 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sun Jul 8 21:20:50 2018 +1000

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


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