This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository groovy.

commit ccafd15e709084b2faaa13e57e8fe86418dcff7b
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Sat Mar 10 22:57:20 2018 +0100

    Disabled the buildscan plugin
---
 debian/changelog                         |  1 +
 debian/patches/09_ignore_buildscan.patch | 26 ++++++++++++++++++++++++++
 debian/patches/series                    |  1 +
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a5c5687..5453547 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ groovy (2.4.10-1) UNRELEASED; urgency=medium
   * New upstream release
     - Refreshed the patches
     - Updated the poms
+    - Disabled the buildscan plugin
   * Install the Maven artifacts for groovy-nio
 
  -- Emmanuel Bourg <ebo...@apache.org>  Sat, 10 Mar 2018 17:17:15 +0100
diff --git a/debian/patches/09_ignore_buildscan.patch 
b/debian/patches/09_ignore_buildscan.patch
new file mode 100644
index 0000000..7cb5656
--- /dev/null
+++ b/debian/patches/09_ignore_buildscan.patch
@@ -0,0 +1,26 @@
+Description: Ignore the buildscan plugin
+Author: Emmanuel Bourg <ebo...@apache.org>
+Forwarded: not-needed
+--- a/build.gradle
++++ b/build.gradle
+@@ -42,20 +42,6 @@
+     }
+ }
+ 
+-plugins {
+-    id 'com.gradle.build-scan' version '1.6'
+-    id 'me.champeau.buildscan-recipes' version '0.1.7'
+-}
+-
+-buildScan {
+-    licenseAgreementUrl = 'https://gradle.com/terms-of-service'
+-    licenseAgree = 'yes'
+-    publishAlways()
+-    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'
+-}
+-
+ apply from: 'gradle/filter.gradle'
+ apply from: 'gradle/indy.gradle'
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e3c14f9..06ac8b4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@
 07_servlet_api_compatibility.patch
 transition_Gradle_3.1.patch
 08_GROOVY-8163.patch
+09_ignore_buildscan.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/groovy.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to