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

This reverts commit 6e9d8671bc.
This commit is contained in:
Clinton Gormley 2015-08-07 14:27:24 +02:00
parent c2f774ac57
commit e2cbec185b
1 changed files with 1 additions and 2 deletions

View File

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