This is an automated email from the ASF dual-hosted git repository.

matrei pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-views.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new d9162afad build: update Develocity Plugin to v4 (#736)
d9162afad is described below

commit d9162afad8fcce0b770a32fb9c93456545123d79
Author: Mattias Reichel <[email protected]>
AuthorDate: Mon Apr 14 10:51:16 2025 +0200

    build: update Develocity Plugin to v4 (#736)
    
    The Groovy build is now compatible with
    Develocity Plugin version 4, so we upgrade accordingly.
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index a0df07228..2dce9e276 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,5 +1,5 @@
 plugins {
-    id 'com.gradle.develocity' version '3.19.2' // Do not upgrade to v4 until 
Groovy can build with it: 
https://lists.apache.org/thread/z3ohqxxmdm9p1y18j6mk1cpp6fvnz6k7
+    id 'com.gradle.develocity' version '4.0'
     id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.2.1'
 }
 

Reply via email to