mirror of https://github.com/apache/lucene.git
LUCENE-8872: upgrade ECJ on branch_8x to match version used on master - fixes some ECJ bugs when linting
This commit is contained in:
parent
ab3f194656
commit
74f880b033
|
@ -2102,7 +2102,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.6.1"
|
||||
<ivy:cachepath organisation="org.eclipse.jdt" module="ecj" revision="3.18.0"
|
||||
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