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/19 22:10:30 UTC

[lucene-solr] branch master updated: LUCENE-8738: Update Groovy to make the warnings with Java 11 a bit more silent (only one warning on first Groovy invocation)

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 b8494c8  LUCENE-8738: Update Groovy to make the warnings with Java 11 a bit more silent (only one warning on first Groovy invocation)
     new cef7952  Merge branch 'master' of https://gitbox.apache.org/repos/asf/lucene-solr
b8494c8 is described below

commit b8494c8702c84c0085f1382d7fa25c1848daf115
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Sat Apr 20 00:09:56 2019 +0200

    LUCENE-8738: Update Groovy to make the warnings with Java 11 a bit more silent (only one warning on first Groovy invocation)
---
 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 c61eee2..53ecf41 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -2311,7 +2311,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">
-    <ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.4.15"
+    <ivy:cachepath organisation="org.codehaus.groovy" module="groovy-ant" revision="2.5.6"
       inline="true" conf="default" type="jar" transitive="true" pathid="groovy.classpath"/>
     <taskdef name="groovy"
       classname="org.codehaus.groovy.ant.Groovy"