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:58:58 UTC

[lucene-solr] branch branch_8x 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 branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new f51ffd6  Revert Groovy update and downgrade Groovy to 2.4.16, as new version is not compatible with Java 13 EA builds!
     new 8cfda21  Merge branch 'branch_8x' of https://gitbox.apache.org/repos/asf/lucene-solr into branch_8x
f51ffd6 is described below

commit f51ffd655f0fd80fb0e4589d2043cc12693971df
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 1fd3a33..b085cf8 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -2397,7 +2397,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" />