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-geb.git
commit a4adaeefe9d71753cd8e2e7a3d145d133f29db85 Author: Clay Johnson <[email protected]> AuthorDate: Wed Jan 8 11:25:44 2025 -0600 Update Develocity plugin versions --- settings.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.gradle b/settings.gradle index e789ce48..1a58ad94 100644 --- a/settings.gradle +++ b/settings.gradle @@ -22,6 +22,7 @@ plugins { // Check https://gradle.com/enterprise/releases with new versions. GE plugin version should not lag behind Gradle version, but before // updating this, check the compatibility from https://docs.gradle.com/enterprise/compatibility/#develocity_compatibility and https://develocity.apache.org/scans. id "com.gradle.develocity" version "3.18.2" + id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.2' } apply from: 'gradle/build-scans.gradle'
