This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch apache-coordinates2 in repository https://gitbox.apache.org/repos/asf/grails-forge.git
commit 2bb982f3f99c564d580c96bca66b15edf35e616e Author: James Fredley <[email protected]> AuthorDate: Thu May 1 12:56:22 2025 -0400 back to prior version of develocity to work around retry issue https://github.com/apache/grails-forge/issues/555 --- gradle.properties | 2 ++ settings.gradle | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6021229..1623878 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,6 +18,8 @@ antlr4Version=4.8-1!! asciidoctorGradleJvmVersion=4.0.4 cglibVersion=3.3.0 commonsCompressVersion=1.27.1 +customUserDataVersion=2.1 +develocityVersion=3.19.2 gradleSdkvendorPluginVersion=3.0.0 groovyVersion=3.0.24 jacksonDatabindVersion=2.18.3 diff --git a/settings.gradle b/settings.gradle index 04bb2ea..9dd566b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -10,8 +10,8 @@ buildscript { } } plugins { - id 'com.gradle.develocity' version '4.0' - id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.2.1' + id "com.gradle.develocity" version "$develocityVersion" + id "com.gradle.common-custom-user-data-gradle-plugin" version "$customUserDataVersion" } def isCI = System.getenv().containsKey('CI')
