You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by cc...@apache.org on 2016/10/16 16:42:04 UTC

groovy git commit: Add GC stats to build scan

Repository: groovy
Updated Branches:
  refs/heads/master 3c074dc20 -> b24d30dbf


Add GC stats to build scan


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

Branch: refs/heads/master
Commit: b24d30dbf8b3f86a45e954b55b3354815e753961
Parents: 3c074dc
Author: Cedric Champeau <cc...@apache.org>
Authored: Sun Oct 16 18:41:12 2016 +0200
Committer: Cedric Champeau <cc...@apache.org>
Committed: Sun Oct 16 18:41:46 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/b24d30db/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 810f437..cd3e6db 100644
--- a/build.gradle
+++ b/build.gradle
@@ -47,7 +47,7 @@ buildscript {
 
 plugins {
     id 'com.gradle.build-scan' version '1.2'
-    id 'me.champeau.buildscan-recipes' version '0.1.0-beta-5'
+    id 'me.champeau.buildscan-recipes' version '0.1.0'
 }
 
 buildScan {
@@ -55,7 +55,7 @@ buildScan {
     licenseAgree = 'yes'
     recipe 'git-commit', baseUrl: 'https://github.com/apache/groovy/tree'
     recipe 'teamcity', baseUrl: 'https://ci.groovy-lang.org', guest: 'true'
-    recipes 'git-status'
+    recipes 'git-status', 'gc-stats'
 }
 
 apply from: 'gradle/filter.gradle'