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 096e310175 Revert "Bump com.gradle.develocity from 3.18.2 to 3.19"
096e310175 is described below
commit 096e3101757bf9d5064c1fbf4e993b814fefa291
Author: Paul King <[email protected]>
AuthorDate: Fri Dec 13 13:30:19 2024 +1000
Revert "Bump com.gradle.develocity from 3.18.2 to 3.19"
Publishing build scan...
The request was rejected.
Develocity plugin version 3.19 is newer than the newest version supported
by Develocity 2024.2.2 which is 3.18. Please update to a newer version of
Develocity.
This reverts commit 5c2a2033f087f1c45eef830a2380de942e3d9dc4.
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index 346f16dad1..1af2418b32 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -31,7 +31,7 @@ pluginManagement {
// check https://gradle.com/enterprise/releases with new versions. GE plugin
version should not lag behind Gradle version
plugins {
// Before updating this, please check the compatibility from
https://docs.gradle.com/enterprise/compatibility/#develocity_compatibility and
https://ge.apache.org/scans.
- id "com.gradle.develocity" version "3.19"
+ id "com.gradle.develocity" version "3.18.2"
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.2'
}