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 2020/12/01 14:28:45 UTC

[groovy] branch master updated: release improvements for new Groovy 4 build

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

paulk 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 064351e  release improvements for new Groovy 4 build
064351e is described below

commit 064351ee9f5d6ac770e8f8c15ac8538d81be910c
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Dec 2 00:28:35 2020 +1000

    release improvements for new Groovy 4 build
---
 subprojects/groovy-binary/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/subprojects/groovy-binary/build.gradle b/subprojects/groovy-binary/build.gradle
index aa6cd81..ccb015c 100644
--- a/subprojects/groovy-binary/build.gradle
+++ b/subprojects/groovy-binary/build.gradle
@@ -171,14 +171,14 @@ distribution {
          'security',
          'gradle',
          'src',
+         'wrapperBootstrap',
          'build.gradle',
          'settings.gradle',
          'versions.properties',
          'gradle.properties',
          'LICENSE',
          'NOTICE',
-         'README.adoc',
-         'wrapper.gradle'].each {
+         'README.adoc'].each {
             def file = rootProject.file(it)
             from(file) {
                 if (file.directory) {