File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments