mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Revert "Revert "disable license checker on windows for now, jenkins boxes have perl problems""
This reverts commit 633b4868d9e665d381bf35df0647a796309aa233.
This commit is contained in:
parent
633b4868d9
commit
f50531c403
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user