This is an automated email from the ASF dual-hosted git repository. jonnybot pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
commit 19698eb08b326f1dd7b452491e0ad49ec18ebabd Author: Carl Marcum <[email protected]> AuthorDate: Fri Apr 3 17:34:39 2026 -0400 revert rat excludes for test resources in geb-containers. --- geb.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/geb.gradle b/geb.gradle index 86c40a20..07eaf7fb 100644 --- a/geb.gradle +++ b/geb.gradle @@ -102,8 +102,6 @@ tasks.named('rat') { 'logo.svg', // Logo svg 'out/**', '*.ipr', '**/*.iml', '*.iws', '.idea/**', // Intellij files 'bootstrap/settings.gradle', // empty file - 'integration/**/integration-test/resources/assets/*.txt', // exclude test artifacts - 'integration/**/integration-test/resources/static/*.html', // exclude test artifacts '**/resources/META-INF/**/*' // exclude Spock extension file ] }
