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:
@@ -662,7 +662,7 @@
|
|||||||
</jar>
|
</jar>
|
||||||
</target>
|
</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"/>
|
<cleandir dir="${output}/classes/kotlin-build-common-test"/>
|
||||||
|
|
||||||
<javac2 destdir="${output}/classes/kotlin-build-common-test" debug="true" debuglevel="lines,vars,source" includeAntRuntime="false"
|
<javac2 destdir="${output}/classes/kotlin-build-common-test" debug="true" debuglevel="lines,vars,source" includeAntRuntime="false"
|
||||||
|
|||||||
Reference in New Issue
Block a user