When using the type property for declaring a dependency on zip module I get an error. How do I declare a dependency on a zip archive using the map notation? I cannot find anything in the api doc.
Declaration
dependencies{
installation ext.modules.commonsDaemon +[classifier: 'windows', type: 'zip']
//group: 'commons-daemon', name: 'commons-daemon', version: '1.0.10'
}
Error
Deprecated dynamic property: "type" on "DefaultExternalModuleDependency{group='commons-daemon', name='commons-daemon', v
ersion='1.0.10', configuration='default'}", value: "zip".
Thanks, David