docs.gradle.org

Contents 

  1. Description
  2. Method Summary
  3. Method Details
    1. usingSourceSet(SourceSet)
    2. capability(String, String, String)
    3. withJavadocJar()
    4. withSourcesJar()
    5. disablePublication()

Interface FeatureSpec

  • Method Summary

    Modifier and Type

    Method

    Description

    void

    Declares a capability of this feature.

    void

    By default, features are published on external repositories.

    void

    Declares the source set which this feature is built from.

    void

    Automatically package Javadoc and register the produced JAR as a variant.

    void

    Automatically package sources from the linked SourceSet and register the produced JAR as a variant.

  • Method Details

    • usingSourceSet

    • capability

    • withJavadocJar

    • withSourcesJar

    • disablePublication

Read the original on docs.gradle.org ↗