Migrate node_utils.xml to Gradle

This commit is contained in:
Anton Bannykh
2017-11-16 21:41:54 +03:00
parent 40184f053e
commit 6bee5699a0
16 changed files with 199 additions and 176 deletions
-3
View File
@@ -1,6 +1,5 @@
<project xmlns:if="ant:if" xmlns:unless="ant:unless" name="Update Dependencies" default="update">
<import file="common.xml" optional="false"/>
<import file="node_utils.xml" optional="false"/>
<property name="automerge_dummy" value="This property is used to trick git merge. Do not delete empty lines around."/>
<property name="ideaVersion" value="172.4343.14"/>
@@ -270,8 +269,6 @@
build.number.pattern="\d+\s-\sKotlin\s[\w-+\.]+"
/>
<!-- node.js -->
<antcall target="download-nodejs-and-npm"/>
</target>
<macrodef name="get-protobuf-and-rename-packages">