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 2022/10/31 06:57:04 UTC

[groovy] 04/06: Rename buildSrc to build-logic

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 ff83244442d2d93e184fcfffbb3f90b439b9d19a
Author: Goooler <wa...@gmail.com>
AuthorDate: Wed Sep 21 11:44:03 2022 +0800

    Rename buildSrc to build-logic
---
 subprojects/groovy-binary/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/groovy-binary/build.gradle b/subprojects/groovy-binary/build.gradle
index 46c87b1d0c..74ba3a1f8a 100644
--- a/subprojects/groovy-binary/build.gradle
+++ b/subprojects/groovy-binary/build.gradle
@@ -158,7 +158,7 @@ distribution {
         }
         ['xdocs',
          'config',
-         'buildSrc',
+         'build-logic',
          'licenses',
          'notices',
          'security',