LUCENE-8872: upgrade ECJ on branch_8x to match version used on master - fixes some ECJ bugs when linting

This commit is contained in:
Chris Hostetter 2019-06-20 10:49:38 -07:00
parent ab3f194656
commit 74f880b033
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>