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

This reverts commit e2cbec185b.
This commit is contained in:
Clinton Gormley 2015-08-07 16:47:52 +02:00
parent 56c0b46f96
commit 7efc419041
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"/>