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

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

commit cd48145959ad5346f5e0ce2c03e7d0d183646bf3
Author: James Daugherty <[email protected]>
AuthorDate: Fri May 30 16:35:41 2025 -0400

    [skip ci] download delegating ci
---
 etc/bin/download-release-artifacts.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/etc/bin/download-release-artifacts.sh 
b/etc/bin/download-release-artifacts.sh
index 0bbf31dd01..8c359a0f3a 100755
--- a/etc/bin/download-release-artifacts.sh
+++ b/etc/bin/download-release-artifacts.sh
@@ -42,6 +42,11 @@ curl -L -o 
"${DOWNLOAD_LOCATION}/apache-grails-wrapper-$VERSION-incubating-bin.z
 curl -L -o 
"${DOWNLOAD_LOCATION}/apache-grails-wrapper-$VERSION-incubating-bin.zip.asc" 
"https://github.com/apache/grails-core/releases/download/$RELEASE_TAG/apache-grails-wrapper-$VERSION-incubating-bin.zip.asc";
 curl -L -o 
"${DOWNLOAD_LOCATION}/apache-grails-wrapper-$VERSION-incubating-bin.zip.sha512" 
"https://github.com/apache/grails-core/releases/download/$RELEASE_TAG/apache-grails-wrapper-$VERSION-incubating-bin.zip.sha512";
 
+# sdkman delegating cli
+curl -L -o "${DOWNLOAD_LOCATION}/apache-grails-$VERSION-incubating-bin.zip" 
"https://github.com/apache/grails-forge/releases/download/$RELEASE_TAG/apache-grails-$VERSION-incubating-bin.zip";
+curl -L -o 
"${DOWNLOAD_LOCATION}/apache-grails-$VERSION-incubating-bin.zip.asc" 
"https://github.com/apache/grails-forge/releases/download/$RELEASE_TAG/apache-grails-$VERSION-incubating-bin.zip.asc";
+curl -L -o 
"${DOWNLOAD_LOCATION}/apache-grails-$VERSION-incubating-bin.zip.sha512" 
"https://github.com/apache/grails-forge/releases/download/$RELEASE_TAG/apache-grails-$VERSION-incubating-bin.zip.sha512";
+
 # checksums
 curl -L -o "${DOWNLOAD_LOCATION}/CHECKSUMS.txt" 
"https://github.com/apache/grails-core/releases/download/$RELEASE_TAG/CHECKSUMS.txt";
 

Reply via email to