Files
kotlin-fork/ultimate/update_dependencies.xml
T

10 lines
324 B
XML

<project name="Update Ultimate Dependencies" default="update">
<!-- not needed anymore, keeping temporarily for TC build configs compatibility -->
<target name="fetch-extras">
</target>
<target name="fetch-third-party" depends="fetch-extras"/>
<target name="update" depends="fetch-extras"/>
</project>