Skip to content

Commit 05c6fb0

Browse files
committed
adjust rat root config to work correctly with the source distribution
1 parent 98341a3 commit 05c6fb0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gradle/rat-root-config.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ tasks.named('rat') {
2323
'**/build/**', // Gradle generated build directories
2424
'etc/bin/results/**', // exclude build directories
2525
'**/.gradle/**', '**/wrapper/**', 'gradlew*', // gradle wrapper files excluded from src zip
26-
'**/*.html', // html files are only in test
27-
'**/resources/*', // exclude test artifacts
26+
'**/integration-test/resources/*', // exclude test artifacts
2827
'out/**', '*.ipr', '**/*.iml', '*.iws', '.idea/**', // Intellij generated files
2928
'src/*', // exclude build artifacts
3029
'LICENSE',
3130
'licenses/**', // licenses directory excluded
3231
'NOTICE',
32+
'BUILD_DATE', // build artifact for storing the build date / verifying
33+
'CHECKSUMS', // build artifact for storing checksums for easy verification
34+
'PUBLISHED_ARTIFACTS', // build artifact for storing published artifacts coordinates & paths
3335
'CODE_OF_CONDUCT.md',
3436
'**/.sdkmanrc', // tool selection files aren't code
3537
'**/.gitignore', // git configuration isn't code

0 commit comments

Comments
 (0)