Skip to content

Commit ba4dfb4

Browse files
committed
chore: update rat config for moved projects
1 parent 118e03b commit ba4dfb4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gradle/rat-root-config.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ tasks.named('rat') {
5555
'grails-profiles/**/features/**', // template files that people are expected to use in the end application
5656
'grails-profiles/**/skeleton/**', // template files that people are expected to use in the end application
5757
'grails-scaffolding/src/main/templates/scaffolding/**/*', // template files that people are expected to use in the end application
58-
'grails-gradle/docs-core/src/main/template/**', // template files that people are expected to use in the end application
5958
'bin/**', // scripts generated during build for grails-shell-cli
59+
'build-logic/plugins/build/**', // exclude build artifacts
60+
'build-logic/docs-core/build/**', // exclude build artifacts
61+
'build-logic/docs-core/src/main/template/**', // template files that people are expected to use in the end application
6062
'grails-common/src/main/groovy/org/apache/grails/common/compiler/asm/Attribute.java', // See license file, BSD licensed
6163
'grails-common/src/main/groovy/org/apache/grails/common/compiler/asm/ByteVector.java', // See license file, BSD licensed
6264
'grails-common/src/main/groovy/org/apache/grails/common/compiler/asm/ClassReader.java', // See license file, BSD licensed

0 commit comments

Comments
 (0)