configureBasedOnAppliedPlugins

@Incubating
fun configureBasedOnAppliedPlugins(javadocJar: JavadocJar = defaultJavaDocOption(true), sourcesJar: SourcesJar = SourcesJar.Sources())

Calls configure with a Platform chosen based on other applied Gradle plugins.


@Incubating
fun configureBasedOnAppliedPlugins(sourcesJar: Boolean, javadocJar: Boolean)

Deprecated

Use configureBasedOnAppliedPlugins with JavadocJar instead of Boolean

Calls configure with a Platform chosen based on other applied Gradle plugins.