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

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

commit 2e4715501613a365ce4ad9267159f4c03fc0c554
Merge: 69e47e3d62 80f93d9948
Author: James Fredley <[email protected]>
AuthorDate: Tue Feb 3 13:35:51 2026 -0500

    Merge pull request #15137 from 
apache/dependabot/gradle/grails-forge/7.0.x/com.gradle.develocity-4.2.2
    
    Bump com.gradle.develocity from 4.1.1 to 4.2.2 in /grails-forge

 grails-forge/settings.gradle | 2 +-
 settings.gradle              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --cc grails-forge/settings.gradle
index 83164caad2,1b148ffc24..32ea13941e
--- a/grails-forge/settings.gradle
+++ b/grails-forge/settings.gradle
@@@ -25,12 -25,43 +25,12 @@@ pluginManagement 
      includeBuild('../build-logic') {
          name = 'build-logic-root'
      }
 -    repositories {
 -        // because our publish plugin uses other plugins, those dependencies 
have to be resolvable
 -        // mavenLocal()
 -        mavenCentral()
 -        gradlePluginPortal()
 -        maven {
 -            url = 'https://repository.apache.org/content/groups/snapshots'
 -            content {
 -                includeVersionByRegex('org[.]apache[.]grails[.]gradle.*', 
'.*', '.*-SNAPSHOT')
 -            }
 -            mavenContent {
 -                snapshotsOnly()
 -            }
 -        }
 -        maven {
 -            url = 'https://central.sonatype.com/repository/maven-snapshots'
 -            content {
 -                includeVersionByRegex('cloud[.]wondrify.*', '.*', 
'.*-SNAPSHOT')
 -            }
 -            mavenContent {
 -                snapshotsOnly()
 -            }
 -        }
 -        maven {
 -            url = 'https://repository.apache.org/content/groups/staging'
 -            content {
 -                includeModuleByRegex('org[.]apache[.]grails[.]gradle', 
'grails-publish')
 -            }
 -            mavenContent {
 -                releasesOnly()
 -            }
 -        }
 -    }
  }
 +
  plugins {
-     id 'com.gradle.develocity' version '4.1.1'
+     id 'com.gradle.develocity' version '4.2.2'
      id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.3'
 +    id 'org.apache.grails.buildsrc.repo'
  }
  
  def isCI = System.getenv().containsKey('CI')
diff --cc settings.gradle
index bb02c25b18,6c2af197cf..0509aef041
--- a/settings.gradle
+++ b/settings.gradle
@@@ -29,9 -29,41 +29,9 @@@ pluginManagement 
  }
  
  plugins {
-     id 'com.gradle.develocity' version '4.1.1'
+     id 'com.gradle.develocity' version '4.2.2'
      id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.3'
 +    id 'org.apache.grails.buildsrc.repo'
  }
  
  def isCI = System.getenv().containsKey('CI')

Reply via email to