I’m writing a Flex plugin for Gradle called GradleFx. Now I want to enable my users to specify the Flex SDK as a url-based dependency, something like this:
sdk name: ‘flex-sdk’, version: 4.6, ext: ‘zip’, url: ‘http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip’
Is something like this possible? And if not, is there a way I can add a new dependency type to my plugin?
Thanks, Yennick