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 4eb375247f exclude plugin test data
4eb375247f is described below
commit 4eb375247f05b2ced44025ac1e264f7ab5d71cf4
Author: James Daugherty <[email protected]>
AuthorDate: Wed Apr 23 14:22:12 2025 -0400
exclude plugin test data
---
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 08ed574c15..8b1cc3de00 100644
--- a/gradle/rat-root-config.gradle
+++ b/gradle/rat-root-config.gradle
@@ -38,5 +38,6 @@ tasks.named('rat') {
'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
+
'grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/**/*'
// exclude example test data for test cases
]
}
\ No newline at end of file