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 bfd3d23f90 exclude geb template
bfd3d23f90 is described below
commit bfd3d23f9060bc32a4fee2e119fd1fe630937935
Author: James Daugherty <[email protected]>
AuthorDate: Wed Apr 23 14:14:58 2025 -0400
exclude geb template
---
gradle/rat-root-config.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/gradle/rat-root-config.gradle b/gradle/rat-root-config.gradle
index 1254d241d7..80df6400cb 100644
--- a/gradle/rat-root-config.gradle
+++ b/gradle/rat-root-config.gradle
@@ -36,5 +36,6 @@ tasks.named('rat') {
'grails-scaffolding/src/main/templates/scaffolding/*.gsp', //
template files that people are expected to use in the end application
'grails-fields/grails-app/views/layouts/_fields/*.gsp', //
template files that people are expected to use in the end application
'grails-fields/grails-app/views/templates/_fields/*.gsp', //
template files that people are expected to use in the end application
+ 'grails-geb/src/main/templates/*.groovy', // template files that
people are expected to use in the end application
]
}
\ No newline at end of file