This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch add-licence-header-css-js in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 27eeaf38ff0036a8b011c8cfad77de32c579adef Author: James Fredley <[email protected]> AuthorDate: Mon Apr 28 21:16:32 2025 -0400 Exclude all .sdkmanrc files --- gradle/rat-root-config.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/rat-root-config.gradle b/gradle/rat-root-config.gradle index d99f1cd196..2cca298440 100644 --- a/gradle/rat-root-config.gradle +++ b/gradle/rat-root-config.gradle @@ -30,7 +30,7 @@ tasks.named('rat') { 'src/*', // exclude build artifacts 'LICENSE', 'NOTICE', - '.sdkmanrc', // tool selection files aren't code + '**/.sdkmanrc', // tool selection files aren't code '**/*.png', '**/*.svg', '**/*.ico', '**/*.eps', '**/*.icns', '**/*.jpg', '**/*.jpeg', '**/*.gif', // Image files '**/*.db', // H2 database test files '**/*.gitkeep', // Empty Gitkeep file
