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
The following commit(s) were added to refs/heads/7.0.x by this push:
new 8ab7a64bb9 [skip ci] remove invalid validation
8ab7a64bb9 is described below
commit 8ab7a64bb9f9d9f432fa875dce39cc01c877bdba
Author: James Daugherty <[email protected]>
AuthorDate: Fri May 30 18:46:07 2025 -0400
[skip ci] remove invalid validation
---
etc/bin/verify-jar-artifacts.sh | 5 -----
1 file changed, 5 deletions(-)
diff --git a/etc/bin/verify-jar-artifacts.sh b/etc/bin/verify-jar-artifacts.sh
index 61c8e3d61a..21e15ad01a 100755
--- a/etc/bin/verify-jar-artifacts.sh
+++ b/etc/bin/verify-jar-artifacts.sh
@@ -46,11 +46,6 @@ if [ ! -f "${CHECKSUMS_FILE}" ]; then
exit 1
fi
-if [ ! -f "${BUILD_DATE_FILE}" ]; then
- echo "Required file ${BUILD_DATE_FILE} not found."
- exit 1
-fi
-
export GRAILS_GPG_HOME=$(mktemp -d)
cleanup() {
rm -rf "${GRAILS_GPG_HOME}"