Skip to content

Commit df0f454

Browse files
Do not rely on globally installed Phive
1 parent f2cc098 commit df0f454

File tree

2 files changed

+1128
-1
lines changed

2 files changed

+1128
-1
lines changed

build.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,12 @@
448448
</target>
449449

450450
<target name="update-tools">
451-
<exec executable="phive">
451+
<exec executable="${basedir}/tools/phive">
452+
<arg value="--no-progress"/>
453+
<arg value="self-update"/>
454+
</exec>
455+
456+
<exec executable="${basedir}/tools/phive">
452457
<arg value="--no-progress"/>
453458
<arg value="update"/>
454459
</exec>

0 commit comments

Comments
 (0)