1 2 3 4
{#- To disable redundant javadoc (it may fail the build) #} tasks.withType<Javadoc>().configureEach { isEnabled = false }