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 bd25a17ffd [skip ci] ensure grails-gradle-bom is signed
bd25a17ffd is described below
commit bd25a17ffddba6f69419ccb1e84febb4ec3c728a
Author: James Daugherty <[email protected]>
AuthorDate: Wed May 28 22:02:04 2025 -0400
[skip ci] ensure grails-gradle-bom is signed
---
grails-gradle/bom/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/grails-gradle/bom/build.gradle b/grails-gradle/bom/build.gradle
index e4ba65554d..7305602995 100644
--- a/grails-gradle/bom/build.gradle
+++ b/grails-gradle/bom/build.gradle
@@ -182,4 +182,5 @@ publishing {
apply {
from
rootProject.layout.projectDirectory.file('gradle/checksum-config.gradle')
+ from
rootProject.layout.projectDirectory.file('gradle/signing-config.gradle')
}