You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2019/04/20 00:57:39 UTC

[lucene-solr] branch master updated: Revert Groovy update and downgrade Groovy to 2.4.16, as new version is not compatible with Java 13 EA builds!

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

uschindler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new a43fa13  Revert Groovy update and downgrade Groovy to 2.4.16, as new version is not compatible with Java 13 EA builds!
a43fa13 is described below

commit a43fa13d1108705dd90f79782b540710291e8b6f
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Sat Apr 20 02:57:26 2019 +0200

    Revert Groovy update and downgrade Groovy to 2.4.16, as new version is not compatible with Java 13 EA builds!
---
 lucene/common-build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index 0d725d8..62e637e 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -2306,7 +2306,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
 
   <!-- GROOVY scripting engine for ANT tasks -->
   <target name="resolve-groovy" unless="groovy.loaded" depends="ivy-availability-check,ivy-configure">
-    <property name="groovy.version" value="2.5.6"/>
+    <property name="groovy.version" value="2.4.16"/>
     <ivy:cachepath transitive="true" resolveId="groovy" pathid="groovy.classpath">
       <ivy:dependency org="org.codehaus.groovy" name="groovy" rev="${groovy.version}" conf="default" />
       <ivy:dependency org="org.codehaus.groovy" name="groovy-ant" rev="${groovy.version}" conf="default" />