@Incubating public interface IvyConfiguration extends Named
IvyPublication
, which will be published in the ivy descriptor file generated.Named.Namer
Modifier and Type | Method and Description |
---|---|
void |
extend(String configuration)
Add the name of a configuration that this configuration extends.
|
Set<String> |
getExtends()
The set of names of extended configurations, added via
extend(String) . |
void extend(String configuration)
configuration
- The extended configuration nameSet<String> getExtends()
extend(String)
.