SOLR-13145 fail faster and more clearly when Jekyll is not available for ref guide build

This commit is contained in:
Gus Heck 2019-01-18 11:47:06 -05:00
parent c0d8b75be9
commit 68ed797c94
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@
<target name="-build-site"
depends="build-init,build-nav-data-files" >
<echo>Running Jekyll...</echo>
<exec executable="jekyll" dir="${build.content.dir}">
<exec executable="jekyll" dir="${build.content.dir}" failonerror="true">
<arg value="build"/>
</exec>
</target>