mirror of https://github.com/apache/lucene.git
LUCENE-7596: Update Groovy to version 2.4.8 to allow building with Java 9 build 148+. Also update JGit version for working-copy checks.
This commit is contained in:
parent
987e2650b5
commit
5b3565ed7e
|
@ -20,7 +20,7 @@
|
|||
<project name="lucene-solr" default="-projecthelp" basedir=".">
|
||||
<import file="lucene/common-build.xml"/>
|
||||
|
||||
<property name="jgit-version" value="4.4.1.201607150455-r"/>
|
||||
<property name="jgit-version" value="4.6.0.201612231935-r"/>
|
||||
|
||||
<property name="tests.heap-dump-dir" location="heapdumps"/>
|
||||
|
||||
|
|
|
@ -270,6 +270,9 @@ Build
|
|||
Lucene and Solr DOAP RDF files into the Git source repository under
|
||||
dev-tools/doap/ and then pulling release dates from those files, rather than
|
||||
from JIRA. (Mano Kovacs, hossman, Steve Rowe)
|
||||
|
||||
* LUCENE-7596: Update Groovy to version 2.4.8 to allow building with Java 9
|
||||
build 148+. Also update JGit version for working-copy checks. (Uwe Schindler)
|
||||
|
||||
======================= Lucene 6.3.0 =======================
|
||||
|
||||
|
|
|
@ -2332,7 +2332,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.6"
|
||||
<ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.4.8"
|
||||
inline="true" conf="default" type="jar" transitive="true" pathid="groovy.classpath"/>
|
||||
<taskdef name="groovy"
|
||||
classname="org.codehaus.groovy.ant.Groovy"
|
||||
|
|
Loading…
Reference in New Issue