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/15 15:57:33 UTC

groovy git commit: Integrate with build scans 1.2

Repository: groovy
Updated Branches:
  refs/heads/master cff7a3c3d -> 829bfc3f4


Integrate with build scans 1.2


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

Branch: refs/heads/master
Commit: 829bfc3f414af09cfe3ca4d9fc2d23a47104d972
Parents: cff7a3c
Author: Cedric Champeau <cc...@apache.org>
Authored: Sat Oct 15 17:56:46 2016 +0200
Committer: Cedric Champeau <cc...@apache.org>
Committed: Sat Oct 15 17:56:46 2016 +0200

----------------------------------------------------------------------
 build.gradle | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/829bfc3f/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index fb340d9..93e27b4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,12 +46,15 @@ buildscript {
 }
 
 plugins {
-    id 'com.gradle.build-scan' version '1.0'
+    id 'com.gradle.build-scan' version '1.2'
+    id 'me.champeau.buildscan-recipes' version '0.1.0-beta-3'
 }
 
 buildScan {
     licenseAgreementUrl = 'https://gradle.com/terms-of-service'
     licenseAgree = 'yes'
+    recipe 'git-commit', baseUrl: 'https://github.com/apache/groovy/tree'
+    recipes 'git-status', 'teamcity'
 }
 
 apply from: 'gradle/filter.gradle'