You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2021/04/21 08:54:33 UTC

[groovy] 03/03: 3_0_X should use the same bootstrap approach as master

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 918c41fac7b730aaf8d8441455791ad0510ea9f9
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Apr 21 18:54:19 2021 +1000

    3_0_X should use the same bootstrap approach as master
---
 gradle/quality.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index f0b17f8..430d46a 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -197,6 +197,7 @@ rat {
                  '**/style.css', // MIT license as per NOTICE/LICENSE files
                  '**/jquery-2.1.1.min.js', // MIT license as per NOTICE/LICENSE files
                  '.classpath', '.project', '.settings/**', 'bin/**', // Eclipse files
+                 'bootstrap/settings.gradle', // empty file
     ]
 }