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 0807a996653 Update grailsGradlePublishVersion to 0.0.2
0807a996653 is described below
commit 0807a996653d0ae7d5500106a5fd3b7c99d713ae
Author: James Fredley <[email protected]>
AuthorDate: Mon Oct 13 14:57:01 2025 -0400
Update grailsGradlePublishVersion to 0.0.2
---
.../src/main/groovy/org/grails/documentation/DownloadPage.groovy | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
index 7dc1e4cf5ed..b533390791e 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)
@@ -99,9 +99,9 @@ class DownloadPage {
a(href:
sourceUrlPostGrad(grailsGithubActionsVersion, 'grails-github-actions', '.asc',
'actions'), 'ASC')
}
li {
- a(href: sourceUrl(grailsGradlePublishVersion,
'grails-publish', '', 'grails-publish'), "Grails Publish Gradle Plugin
${grailsGradlePublishVersion} Source")
- a(href: sourceUrl(grailsGradlePublishVersion,
'grails-publish', '.sha512', 'grails-publish'), 'SHA512')
- a(href: sourceUrl(grailsGradlePublishVersion,
'grails-publish', '.asc', 'grails-publish'), 'ASC')
+ a(href:
sourceUrlPostGrad(grailsGradlePublishVersion, 'grails-publish', '',
'grails-publish'), "Grails Publish Gradle Plugin ${grailsGradlePublishVersion}
Source")
+ a(href:
sourceUrlPostGrad(grailsGradlePublishVersion, 'grails-publish', '.sha512',
'grails-publish'), 'SHA512')
+ a(href:
sourceUrlPostGrad(grailsGradlePublishVersion, 'grails-publish', '.asc',
'grails-publish'), 'ASC')
}
} else {
li {