You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2022/09/21 04:09:49 UTC

[groovy] branch master updated: Rename buildSrc to build-logic

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 59f3a410cc Rename buildSrc to build-logic
59f3a410cc is described below

commit 59f3a410cc62e941573ea9b064dd1416b5f526ab
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',