LUCENE-7966: More Solr build dependency fixes

This commit is contained in:
Uwe Schindler 2018-02-11 00:37:40 +01:00
parent 627562e6d7
commit 9e9ed0d7b1
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@
<target name="validate" depends="compile-tools">
</target>
<target name="init-dist" >
<target name="init-dist" depends="resolve-groovy">
<mkdir dir="${build.dir}"/>
<mkdir dir="${package.dir}"/>
<mkdir dir="${dist}"/>