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

jamesfredley pushed a commit to branch deps/update-java-gradle-groovy-versions
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 4c25543afff6d6fd4ed7dfde78817b0d65afff43
Author: James Fredley <[email protected]>
AuthorDate: Sat Jan 24 01:51:48 2026 -0500

    Update generated app Gradle wrapper to 8.14.4
    
    The Rocker template for gradle-wrapper.properties was still using
    Gradle 8.14.3, causing CreateControllerCommandSpec to timeout while
    downloading the older Gradle distribution.
---
 .../feature/build/gradle/templates/gradleWrapperProperties.rocker.raw   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/build/gradle/templates/gradleWrapperProperties.rocker.raw
 
b/grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/build/gradle/templates/gradleWrapperProperties.rocker.raw
index 116836b38c..f12e468ab9 100644
--- 
a/grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/build/gradle/templates/gradleWrapperProperties.rocker.raw
+++ 
b/grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/build/gradle/templates/gradleWrapperProperties.rocker.raw
@@ -33,7 +33,7 @@ Features features)
 
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
 networkTimeout=10000
 validateDistributionUrl=true
 zipStoreBase=GRADLE_USER_HOME

Reply via email to