This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/grails-static-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5ba42959b2e Update grailsGradlePublishVersion to 0.0.4
5ba42959b2e is described below
commit 5ba42959b2e93a28ca79e0c3c38e0f22808ba190
Author: James Fredley <[email protected]>
AuthorDate: Mon Jan 12 12:40:12 2026 -0500
Update grailsGradlePublishVersion to 0.0.4
---
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 35bdcc8b239..295b5a63da0 100644
--- a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
+++ b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
@@ -40,7 +40,7 @@ class DownloadPage {
String quartzVersion = '4.0.0'
String springSecurityVersion = '7.0.0'
String grailsGithubActionsVersion = '1.0.1'
- String grailsGradlePublishVersion = '0.0.3'
+ String grailsGradlePublishVersion = '0.0.4'
StringWriter writer = new StringWriter()
MarkupBuilder html = new MarkupBuilder(writer)