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
commit 5db328ea16b741781d7db410c785d5f40d1525a1 Author: James Daugherty <[email protected]> AuthorDate: Sun Jun 1 07:23:01 2025 -0400 update rat config for release changes --- gradle/rat-root-config.gradle | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gradle/rat-root-config.gradle b/gradle/rat-root-config.gradle index 9e059bdac4..a3482b1990 100644 --- a/gradle/rat-root-config.gradle +++ b/gradle/rat-root-config.gradle @@ -23,6 +23,13 @@ tasks.named('rat') { 'CODE_OF_CONDUCT.md', 'LICENSE', 'NOTICE', + 'licenses/**', // licenses directory excluded + 'grails-web-common/src/main/groovy/org/grails/web/json/JSONObject.java', + 'grails-web-common/src/main/groovy/org/grails/web/json/JSONArray.java', + 'grails-web-common/src/main/groovy/org/grails/web/json/JSONTokener.java', + 'grails-web-common/src/main/groovy/org/grails/web/json/JSONElement.java', + 'grails-web-common/src/main/groovy/org/grails/web/json/JSONException.java', + 'grails-web-common/src/main/groovy/org/grails/web/json/JSONWriter.java', 'gradle/wrapper/gradle-wrapper.properties', // gradle wrapper excluded from src zip '**/build/**', // Gradle generated build directories '**/.gradle/**', '**/wrapper/**', 'gradlew*', // gradle wrapper files excluded from src zip
