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/02/03 07:32:11 UTC

[groovy] 01/02: GROOVY-4694: Move AstBuilderTransformation Global xForm to separate module (module should be optional) (closes #1154)

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

commit a4d414d5d4899388b6adaf4908080fce8e1a59cb
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Feb 1 11:12:39 2020 +1000

    GROOVY-4694: Move AstBuilderTransformation Global xForm to separate module (module should be optional) (closes #1154)
---
 gradle/upload.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gradle/upload.gradle b/gradle/upload.gradle
index 937f2b8..3bee9b2 100644
--- a/gradle/upload.gradle
+++ b/gradle/upload.gradle
@@ -199,6 +199,7 @@ def configureAdditionalArtifacts = {
 }
 
 def optionalModules = [
+        'groovy-astbuilder',
         'groovy-bsf',
         'groovy-cli-commons',
         'groovy-dateutil',