Skip to content

Commit 812f538

Browse files
committed
exclude build process artifacts that aren't related to the source code
1 parent def2d1b commit 812f538

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle/rat-root-config.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ tasks.named('rat') {
2323
'CODE_OF_CONDUCT.md',
2424
'LICENSE',
2525
'NOTICE',
26+
'BUILD_DATE', // build artifact for storing the build date / verifying
27+
'CHECKSUMS', // build artifact for storing checksums for easy verification
28+
'PUBLISHED_ARTIFACTS', // build artifact for storing published artifacts coordinates & paths
2629
'licenses/**', // licenses directory excluded
2730
'grails-web-common/src/main/groovy/org/grails/web/json/JSONObject.java',
2831
'grails-web-common/src/main/groovy/org/grails/web/json/JSONArray.java',

0 commit comments

Comments
 (0)