This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 54bd8bc508 GROOVY-11619: Remove buildscan-recipes
54bd8bc508 is described below
commit 54bd8bc5085cd9b3ab0b8a703bea127e7e0efed9
Author: Paul King <[email protected]>
AuthorDate: Mon Apr 14 17:03:25 2025 +1000
GROOVY-11619: Remove buildscan-recipes
---
build.gradle | 7 -------
1 file changed, 7 deletions(-)
diff --git a/build.gradle b/build.gradle
index c805b77190..a97f61871c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,6 @@
*/
plugins {
- id 'me.champeau.buildscan-recipes' version '0.2.3'
id 'com.github.ben-manes.versions' version '0.52.0'
id 'io.github.goooler.osgi' version '0.8.6'
id 'com.github.jk1.dependency-license-report' version '2.9'
@@ -28,12 +27,6 @@ plugins {
id 'org.apache.groovy-jacoco-aggregation'
}
-buildScanRecipes {
- recipe 'teamcity', baseUrl: 'https://ci.groovy-lang.org', guest: 'true'
- recipe 'git-commit', baseUrl: 'https://github.com/apache/groovy/tree'
- recipes 'git-status', 'gc-stats', 'teamcity', 'travis-ci'
-}
-
base {
archivesName = 'groovy'
}