Add 'build-bootstrap-artifacts' target to build.xml
Will be used in bootstrap build; no reason to build kotlin-for-upsource and zip-test-data there
This commit is contained in:
@@ -871,5 +871,7 @@
|
|||||||
</zip>
|
</zip>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="build-bootstrap-artifacts" depends="dist,zip-compiler"/>
|
||||||
|
|
||||||
<target name="build-artifacts" depends="dist,zip-compiler,kotlin-for-upsource,zip-test-data"/>
|
<target name="build-artifacts" depends="dist,zip-compiler,kotlin-for-upsource,zip-test-data"/>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user