Skip to content

Commit

Permalink
fix: forgotten solr.home variable
Browse files Browse the repository at this point in the history
  • Loading branch information
romanchyla committed Aug 3, 2022
1 parent 9056158 commit d2a42f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
<property file="${basedir}/build.properties"/>
<property file="${common.dir}/build.properties"/>
<property name="montysolr.dependencies.dir" location="${common.dir}/build/solrjars-extracted" />

<property name="solr.home" location="${common.dir}/build/solr-download/apache-solr-${solr.version}"/>

<tstamp>
<format property="current.year" pattern="yyyy"/>
<format property="DSTAMP" pattern="yyyy-MM-dd"/>
Expand Down

0 comments on commit d2a42f2

Please sign in to comment.