Small fix

This commit is contained in:
Dragutin Cirkovic 2020-02-04 12:59:26 +01:00
parent fd73419281
commit b485e2d305

View File

@ -18,14 +18,6 @@
<property name="prepare.done" value="true"/>
</target>
<target name="generate-code" description="Generate Currency-specific subclasses of Money and autoloader code">
<exec executable="/root/vendor/bin/phpab" taskname="generate-code">
<arg value="--output"/>
<arg path="vendor/autoload.php"/>
<arg path="app"/>
</exec>
</target>
<target name="lint" depends="generate-code">
<apply executable="php" failonerror="true" taskname="lint">
<arg value="-l"/>