mirror of https://github.com/apache/lucene.git
LUCENE-8455: Upgrade ECJ compiler to 4.6.1 in lucene/common-build.xml
This commit is contained in:
parent
60257ea276
commit
59550fc262
|
@ -263,6 +263,8 @@ Other:
|
|||
* LUCENE-8453: Add documentation to analysis factories of Korean (Nori) analyzer
|
||||
module. (Tomoko Uchida via Uwe Schindler)
|
||||
|
||||
* LUCENE-8455: Upgrade ECJ compiler to 4.6.1 in lucene/common-build.xml (Erick Erickson)
|
||||
|
||||
======================= Lucene 7.4.1 =======================
|
||||
|
||||
Bug Fixes:
|
||||
|
|
|
@ -2096,7 +2096,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
|
|||
</target>
|
||||
|
||||
<target name="-ecj-resolve" unless="ecj.loaded" depends="ivy-availability-check,ivy-configure" if="ecj-javadoc-lint.supported">
|
||||
<ivy:cachepath organisation="org.eclipse.jdt.core.compiler" module="ecj" revision="4.4.1"
|
||||
<ivy:cachepath organisation="org.eclipse.jdt.core.compiler" module="ecj" revision="4.6.1"
|
||||
inline="true" conf="master" type="jar" pathid="ecj.classpath" />
|
||||
<componentdef classname="org.eclipse.jdt.core.JDTCompilerAdapter"
|
||||
classpathref="ecj.classpath" name="ecj-component"/>
|
||||
|
|
Loading…
Reference in New Issue