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 2023/01/22 06:05:47 UTC

[groovy-release] branch master updated: updates from recent release

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 bc4a48a  updates from recent release
bc4a48a is described below

commit bc4a48aa03b2b56d24f5f15f87c9c667cc6b788b
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sun Jan 22 16:05:42 2023 +1000

    updates from recent release
---
 gradle/adhoc.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gradle/adhoc.gradle b/gradle/adhoc.gradle
index 8c4e5c4..9ec8430 100644
--- a/gradle/adhoc.gradle
+++ b/gradle/adhoc.gradle
@@ -141,6 +141,7 @@ task zipFromArtifactory(dependsOn: setupModules) {
                 ant.zip(destfile: "$zipDir/$m-${relVersion}.zip", basedir: artifactDir)
             }
         }
+        println 'Upload "Artifact Bundles" manually at https://oss.sonatype.org/ using Central credentials'
     }
 }