Minor, remove 'depends' from kotlin-build-common-test Ant task

Similarly to other targets in build.xml, this simplifies manual partial
compilation of artifacts
This commit is contained in:
Alexander Udalov
2016-06-08 11:59:13 +03:00
parent 70378a07c9
commit 3469e980cb
+1 -1
View File
@@ -662,7 +662,7 @@
</jar>
</target>
<target name="kotlin-build-common-test" depends="kotlin-build-common,kotlin-test">
<target name="kotlin-build-common-test">
<cleandir dir="${output}/classes/kotlin-build-common-test"/>
<javac2 destdir="${output}/classes/kotlin-build-common-test" debug="true" debuglevel="lines,vars,source" includeAntRuntime="false"