Skip to content

Commit

Permalink
Merge branch '9.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 31, 2023
2 parents 93c0b13 + 2d1e65b commit d250e2f
Show file tree
Hide file tree
Showing 2 changed files with 1,128 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,12 @@
</target>

<target name="update-tools">
<exec executable="phive">
<exec executable="${basedir}/tools/phive">
<arg value="--no-progress"/>
<arg value="self-update"/>
</exec>

<exec executable="${basedir}/tools/phive">
<arg value="--no-progress"/>
<arg value="update"/>
</exec>
Expand Down
Loading

0 comments on commit d250e2f

Please sign in to comment.