This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_4_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 596aa2eeb0f17a2bb6a815eb5248d144042b33de Author: Paul King <[email protected]> AuthorDate: Sat Mar 5 20:14:43 2022 +1000 Revert "jarjar experiment" This reverts commit 129b277bb89eb600744d89ae42ca8c117adbd246. --- buildSrc/src/main/groovy/org.apache.groovy-common.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildSrc/src/main/groovy/org.apache.groovy-common.gradle b/buildSrc/src/main/groovy/org.apache.groovy-common.gradle index 1863e2a..cb9ceeb 100644 --- a/buildSrc/src/main/groovy/org.apache.groovy-common.gradle +++ b/buildSrc/src/main/groovy/org.apache.groovy-common.gradle @@ -66,7 +66,6 @@ tasks.named('rat') { '**/jquery-2.1.1.min.js', // MIT license as per NOTICE/LICENSE files '.classpath', '.project', '.settings/**', 'bin/**', // Eclipse files 'bootstrap/settings.gradle', // empty file - '.jqwik-database', - '**/org.codehaus.groovy.transform.ASTTransformation' + '.jqwik-database' ] }
