This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch gradle-deprecations in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 8b5b61a03544187512d57fb99a29f39de4b9b918 Author: James Daugherty <[email protected]> AuthorDate: Wed Jun 4 04:37:24 2025 -0400 [skip tests] apply license audit in verification script --- etc/bin/verify.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/bin/verify.sh b/etc/bin/verify.sh index 4a92d28604..c7ff397f79 100755 --- a/etc/bin/verify.sh +++ b/etc/bin/verify.sh @@ -88,6 +88,11 @@ cd "${DOWNLOAD_LOCATION}/grails/gradle-bootstrap" gradlew echo "✅ Gradle Bootstrapped" +echo "Applying License Audit ..." +cd "${DOWNLOAD_LOCATION}/grails" +./gradlew rat +echo "✅ RAT passed" + echo "Verifying Reproducible Build ..." verify-reproducible.sh "${DOWNLOAD_LOCATION}" echo "✅ Reproducible Build Verified"
