api / org.gradle.api.artifacts.maven / MavenDeployer / addProtocolProviderJars

addProtocolProviderJars

abstract fun addProtocolProviderJars(jars: MutableCollection<File>): Unit

Out of the box only uploading to the filesysten and via http is supported. If other protocolls should be used, the appropriate Maven wagon jars have to be passed via this method.