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/04/06 05:48:24 UTC

groovy git commit: Bump build-scan plugin to 1.12.1 and bump buildscan-recipes to 0.2.3

Repository: groovy
Updated Branches:
  refs/heads/master 0c7c6b112 -> 10cdf235d


Bump build-scan plugin to 1.12.1 and bump buildscan-recipes to 0.2.3


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

Branch: refs/heads/master
Commit: 10cdf235de9ac654844b6641fbcc7a5b0ba524b3
Parents: 0c7c6b1
Author: danielsun1106 <re...@hotmail.com>
Authored: Fri Apr 6 13:48:11 2018 +0800
Committer: danielsun1106 <re...@hotmail.com>
Committed: Fri Apr 6 13:48:11 2018 +0800

----------------------------------------------------------------------
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/10cdf235/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index a194a74..f32120c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -50,8 +50,8 @@ buildscript {
 }
 
 plugins {
-    id 'com.gradle.build-scan' version '1.10.2'
-    id 'me.champeau.buildscan-recipes' version '0.2.0'
+    id 'com.gradle.build-scan' version '1.12.1'
+    id 'me.champeau.buildscan-recipes' version '0.2.3'
 }
 
 buildScan {