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

matrei pushed a commit to branch update-publish-version
in repository https://gitbox.apache.org/repos/asf/grails-static-website.git

commit 2d237f6528009b459e9b666ce0ccac5e9b2ef5cb
Author: Mattias Reichel <[email protected]>
AuthorDate: Mon Oct 13 18:20:51 2025 +0200

    fix: update the `grails-gradle-publish` version
---
 buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy 
b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
index 7dc1e4cf5ed..850eeea2a99 100644
--- a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
+++ b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
@@ -49,7 +49,7 @@ class DownloadPage {
         String quartzVersion = '4.0.0-RC2'
         String springSecurityVersion = '7.0.0-RC2'
         String grailsGithubActionsVersion = '1.0.1'
-        String grailsGradlePublishVersion = '0.0.1'
+        String grailsGradlePublishVersion = '0.0.2'
 
         StringWriter writer = new StringWriter()
         MarkupBuilder html = new MarkupBuilder(writer)

Reply via email to