@Incubating public interface TransformOutputs
The registered output Files will appear in the transformed variant in the order they were registered.
| Modifier and Type | Method | Description |
|---|---|---|
File |
dir(Object path) |
Registers an output directory.
|
File |
file(Object path) |
Registers an output file.
|