Revert unwanted changes to build.xml
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<project name="Kotlin" default="dist">
|
<project name="Kotlin" default="dist">
|
||||||
|
|
||||||
<!-- Set to false to disable proguard run on kotlin-compiler.jar. Speeds up the build -->
|
<!-- Set to false to disable proguard run on kotlin-compiler.jar. Speeds up the build -->
|
||||||
<property name="shrink" value="false"/>
|
<property name="shrink" value="true"/>
|
||||||
<!-- Set to false to disable compiler's javadoc generation. Speeds up the build -->
|
<!-- Set to false to disable compiler's javadoc generation. Speeds up the build -->
|
||||||
<property name="generate.javadoc" value="false"/>
|
<property name="generate.javadoc" value="true"/>
|
||||||
|
|
||||||
<property name="output" value="${basedir}/dist"/>
|
<property name="output" value="${basedir}/dist"/>
|
||||||
<property name="kotlin-home" value="${output}/kotlinc"/>
|
<property name="kotlin-home" value="${output}/kotlinc"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user