A configuration included in an IvyPublication, which will be published in the ivy descriptor file generated.
Type | Name 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). |
Add the name of a configuration that this configuration extends. The extend value can use the following wildcards:
configuration
- The extended configuration nameThe set of names of extended configurations, added via extend(String).