Do not produce javadoc for kotlin-compiler and do not attach it to maven artifacts

This commit is contained in:
Ilya Gorbunov
2017-03-30 18:18:48 +03:00
parent e7ac7deabd
commit c740c0b177
3 changed files with 1 additions and 51 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<!-- Set to false to disable proguard run on kotlin-compiler.jar. Speeds up the build -->
<property name="shrink" value="true"/>
<!-- Set to false to disable compiler's javadoc generation. Speeds up the build -->
<property name="generate.javadoc" value="true"/>
<property name="generate.javadoc" value="false"/>
<!-- Set to false to prevent jarjar and metadata stripping on kotlin-reflect.jar and reflection sources. Use to debug reflection -->
<property name="obfuscate.reflect" value="true"/>