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