All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.danilopianini.gradle.mavencentral.JavadocJar.kt Maven / Gradle / Ivy

There is a newer version: 7.0.4
Show newest version
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