We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0dc71 commit 1d2b1dfCopy full SHA for 1d2b1df
build.xml
@@ -80,7 +80,7 @@
80
<arg value="${type}"/>
81
</exec>
82
83
- <exec executable="${basedir}vendor/bin/phpab" taskname="phpab">
+ <exec executable="${basedir}/vendor/bin/phpab" taskname="phpab">
84
<arg value="--all"/>
85
<arg value="--static"/>
86
<arg value="--once"/>
@@ -94,7 +94,7 @@
94
<arg path="${basedir}/build/phar"/>
95
96
97
98
99
<arg value="--nolower"/>
100
0 commit comments