This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/8.0.x by this push:
     new 2ff37a87ad add missing rat excludes
2ff37a87ad is described below

commit 2ff37a87add6575473ec5cbc5e9a0d10a223d57f
Author: James Daugherty <[email protected]>
AuthorDate: Sun Aug 23 00:32:27 2026 -0400

    add missing rat excludes
---
 gradle/rat-root-config.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gradle/rat-root-config.gradle b/gradle/rat-root-config.gradle
index bab8dd7db5..1fc0ef6d40 100644
--- a/gradle/rat-root-config.gradle
+++ b/gradle/rat-root-config.gradle
@@ -42,6 +42,7 @@ tasks.named('rat') {
             '**/.sdkmanrc', // tool selection files aren't code
             '.github/**', // github configuration isn't shipped in the source 
distro
             '**/.gitignore', // git configuration isn't code
+            'scratch/**', // gitignored scratch space for local working notes, 
never shipped
             '**/.gitkeep', // git configuration isn't code
             '**/.classpath', // Eclipse generated files
             '**/.project', // Eclipse generated files
@@ -59,6 +60,7 @@ tasks.named('rat') {
             'grails-doc/src/en/ref/Versions/Grails BOM Hibernate7.adoc', // 
exclude generated data
             'grails-doc/src/en/ref/Versions/Grails BOM Micronaut.adoc', // 
exclude generated data
             'grails-doc/src/en/ref/Versions/Grails BOM Hibernate7 
Micronaut.adoc', // exclude generated data
+            'grails-doc/src/en/ref/Versions/Grails BOM Neo4j.adoc', // exclude 
generated data
             'grails-profiles/**/templates/**', // template files that people 
are expected to use in the end application
             'grails-profiles/**/commands/**', // template files that people 
are expected to use in the end application
             'grails-profiles/**/features/**', // template files that people 
are expected to use in the end application

Reply via email to