org.danilopianini.gradle.mavencentral.JavadocJar.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of publish-on-central Show documentation
Show all versions of publish-on-central Show documentation
A Plugin for easily publishing artifacts on Maven Central
package org.danilopianini.gradle.mavencentral
/**
* A task generating a Jar file with the Javadoc.
*/
open class JavadocJar : JarWithClassifier("javadoc") {
init {
description = "Assembles a jar archive containing the javadoc documentation"
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy