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 372cfd232a exclude license headers on files to be copied to end user
applications
372cfd232a is described below
commit 372cfd232a86e8a7f33c022904665c924ed94a9c
Author: James Daugherty <[email protected]>
AuthorDate: Wed Apr 23 13:09:58 2025 -0400
exclude license headers on files to be copied to end user applications
---
gradle/rat-root-config.gradle | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gradle/rat-root-config.gradle b/gradle/rat-root-config.gradle
index c2e1b8352b..1254d241d7 100644
--- a/gradle/rat-root-config.gradle
+++ b/gradle/rat-root-config.gradle
@@ -33,5 +33,8 @@ tasks.named('rat') {
'**/*.png', '**/*.svg', '**/*.ico', '**/*.eps', '**/*.icns',
'**/*.jpg', '**/*.jpeg', '**/*.gif', // Image files
'**/*.db', // H2 database test files
'**/*.gitkeep', // Empty Gitkeep file
+ '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
]
}
\ No newline at end of file