We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def2d1b commit 812f538Copy full SHA for 812f538
gradle/rat-root-config.gradle
@@ -23,6 +23,9 @@ tasks.named('rat') {
23
'CODE_OF_CONDUCT.md',
24
'LICENSE',
25
'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
29
'licenses/**', // licenses directory excluded
30
'grails-web-common/src/main/groovy/org/grails/web/json/JSONObject.java',
31
'grails-web-common/src/main/groovy/org/grails/web/json/JSONArray.java',
0 commit comments