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


Update build scans recipe version


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

Branch: refs/heads/master
Commit: 3891fce9baa61d3e699347769bb235310ca76758
Parents: 829bfc3
Author: Cedric Champeau <cchamp...@apache.org>
Authored: Sat Oct 15 18:40:16 2016 +0200
Committer: Cedric Champeau <cchamp...@apache.org>
Committed: Sat Oct 15 18:40:16 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/3891fce9/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 93e27b4..e5080a6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -47,14 +47,15 @@ buildscript {
 
 plugins {
     id 'com.gradle.build-scan' version '1.2'
-    id 'me.champeau.buildscan-recipes' version '0.1.0-beta-3'
+    id 'me.champeau.buildscan-recipes' version '0.1.0-beta-4'
 }
 
 buildScan {
     licenseAgreementUrl = 'https://gradle.com/terms-of-service'
     licenseAgree = 'yes'
     recipe 'git-commit', baseUrl: 'https://github.com/apache/groovy/tree'
-    recipes 'git-status', 'teamcity'
+    recipe 'teamcity', baseUrl: 'https://ci.groovy-lang.org', guest: 'true'
+    recipes 'git-status'
 }
 
 apply from: 'gradle/filter.gradle'

Reply via email to