You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2017/06/22 08:27:57 UTC

groovy git commit: bump build scan version

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X a9fe0acd0 -> 8ce9da768


bump build scan version


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

Branch: refs/heads/GROOVY_2_4_X
Commit: 8ce9da768e2305835a779cf7eabbf2aff6274251
Parents: a9fe0ac
Author: paulk <pa...@asert.com.au>
Authored: Thu Jun 22 18:27:44 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Thu Jun 22 18:27:44 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/8ce9da76/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index d2c6b59..7ef68e5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ buildscript {
         //classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.1.1'
         //classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0'
         classpath "gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.1.3"
-        classpath 'com.gradle:build-scan-plugin:1.6'
-        classpath 'me.champeau.gradle:buildscan-recipes-plugin:0.1.7'
+        classpath 'com.gradle:build-scan-plugin:1.8'
+        classpath 'me.champeau.gradle:buildscan-recipes-plugin:0.2.0'
     }
 }
 
@@ -52,6 +52,8 @@ if (JavaVersion.current().java7Compatible) {
         licenseAgreementUrl = 'https://gradle.com/terms-of-service'
         licenseAgree = 'yes'
         publishAlways()
+    }
+    buildScanRecipes {
         recipe 'git-commit', baseUrl: 'https://github.com/apache/groovy/tree'
         recipe 'teamcity', baseUrl: 'https://ci.groovy-lang.org', guest: 'true'
         recipes 'git-status', 'teamcity', 'travis-ci'