javadoc.jinja 126 B

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