We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10885d commit b995a6eCopy full SHA for b995a6e
build.xml
@@ -461,7 +461,12 @@
461
</target>
462
463
<target name="update-tools">
464
- <exec executable="phive">
+ <exec executable="${basedir}/tools/phive">
465
+ <arg value="--no-progress"/>
466
+ <arg value="self-update"/>
467
+ </exec>
468
+
469
470
<arg value="--no-progress"/>
471
<arg value="update"/>
472
</exec>
0 commit comments