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 2017/06/16 10:55:31 UTC

groovy git commit: Fix accidently removes build scan recipes plugin

Repository: groovy
Updated Branches:
  refs/heads/master 6b7af463c -> 9c9989843


Fix accidently removes build scan recipes plugin


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

Branch: refs/heads/master
Commit: 9c99898433c4f11e0bdd38ebab528ae0d6c6072a
Parents: 6b7af46
Author: Cedric Champeau <cc...@apache.org>
Authored: Fri Jun 16 12:54:57 2017 +0200
Committer: Cedric Champeau <cc...@apache.org>
Committed: Fri Jun 16 12:54:57 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/9c998984/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index f270ad4..2a61c9c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -52,6 +52,7 @@ buildscript {
 
 plugins {
     id 'com.gradle.build-scan' version '1.8'
+    id 'me.champeau.buildscan-recipes' version '0.2.0'
 }
 
 buildScan {