Package-level declarations

Types

Link copied to clipboard
open class InitializeNexusClient @Inject constructor(val repoToConfigure: Repository, val nexusUrl: String) : DefaultTask

A task that creates a Nexus Client operating at the Repository with URL nexusUrl.

Link copied to clipboard
open class JarWithClassifier(classifier: String) : Jar

A Jar task with the specified classifier, and adopting the duplicate strategy org.gradle.api.file.DuplicatesStrategy.WARN.

Link copied to clipboard

A task generating a Jar file with the Javadoc.

Link copied to clipboard
open class ZipMavenCentralPortalPublication @Inject constructor : Zip

A Zip task that creates a zip file containing the local Maven repository.