Files
kotlin-fork/buildSrc
Yahor Berdnikau d62c70298a Disable javadoc generation on local development
Currently Dokka tasks running for Gradle plugins take quite a lot of
time slowing down local development cycle.

This change disables publishing javadoc on non-CI builds. This could be
lifted by putting 'kotlin.build.gradle.publish.javadocs=true' into
local.properties.

^KT-49227 In Progress
2022-02-25 15:21:48 +00:00
..