API Documentation: JarBinary

Configuration for JAR binary.

Properties

Property Description

jarTask

The Jar task for this binary.

Methods

No methods.

Property Details

BinaryView<Binary> binaries (read-only)

The binaries for this component.

T dependencies (read-only)

The dependencies of this component.

VariantView<T> variants (read-only)

Configure the variants of this component.

Method Details

void dependencies(Action<? super T> action)

Configure the dependencies of this component.

void dependencies(Closure<Void> closure)

Configure the dependencies of this component.