disable license checker on windows for now, jenkins boxes have perl problems

This commit is contained in:
Robert Muir 2015-08-06 18:01:04 -04:00
parent 2db1db0686
commit 6e9d8671bc
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@
<available file="${basedir}/../licenses" type="dir"/>
</condition>
<echo taskName="license check">Running license check</echo>
<exec failonerror="${licenses.exists}" executable="perl"
<!-- don't run on windows, because everyone hates it -->
<exec failonerror="${licenses.exists}" executable="perl" osfamily="unix"
dir="${elasticsearch.tools.directory}/license-check">
<arg value="check_license_and_sha.pl"/>
<arg value="--check"/>