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-release.git


The following commit(s) were added to refs/heads/master by this push:
     new b2b848c  adjustments for Groovy 4 build
b2b848c is described below

commit b2b848cb0137a7f6934cf7e09b5851b099e8b172
Author: Paul King <[email protected]>
AuthorDate: Tue Dec 1 14:39:24 2020 +1000

    adjustments for Groovy 4 build
---
 gradle/phase1.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/phase1.gradle b/gradle/phase1.gradle
index 07cea61..d0d4371 100644
--- a/gradle/phase1.gradle
+++ b/gradle/phase1.gradle
@@ -179,7 +179,7 @@ task uploadStep2(type: Exec, dependsOn: 
[buildAndUploadStep1]) {
         if (!relVersion.startsWith('2.4')) {
             theArgs << '--no-build-cache'
         }
-        theArgs += ['publishAllPublicationsToApacheRepoRepository']
+        theArgs += ['publishAllPublicationsToApacheRepository']
         commandLine theArgs
     }
 }

Reply via email to