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 c6b8122 Revert "GROOVY-4694: Move AstBuilderTransformation Global
xForm to separate module (module should be optional) (closes #1154)"
c6b8122 is described below
commit c6b81226131cb58ad625ca1e98cf5a7593483f31
Author: Paul King <[email protected]>
AuthorDate: Mon Feb 3 13:14:54 2020 +1000
Revert "GROOVY-4694: Move AstBuilderTransformation Global xForm to separate
module (module should be optional) (closes #1154)"
This reverts commit dbacfd65d0110106d5bd6b2ad13d75d39db0a9dc.
---
gradle/upload.gradle | 1 -
1 file changed, 1 deletion(-)
diff --git a/gradle/upload.gradle b/gradle/upload.gradle
index 3bee9b2..937f2b8 100644
--- a/gradle/upload.gradle
+++ b/gradle/upload.gradle
@@ -199,7 +199,6 @@ def configureAdditionalArtifacts = {
}
def optionalModules = [
- 'groovy-astbuilder',
'groovy-bsf',
'groovy-cli-commons',
'groovy-dateutil',