How to include local swc dependency
I'm trying to create GradleFX script to build AIR library and application (that uses that library).
The library depends on several external swc files.
How can I reference those swc files in my build script? I prefer not to put them in maven repository if possible.
Thank you,
Ido.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Yennick Trevels on 08 Aug, 2014 11:20 AM
Hi,
You can use file-based dependencies as described in the Gradle docs here: http://www.gradle.org/docs/current/userguide/dependency_management....
Or have a look at this this example: https://github.com/GradleFx/GradleFx-Examples/blob/master/flexunit-...
2 Posted by ido.ran on 08 Aug, 2014 11:31 AM
thanks, that is working great.
The next question is how to tell GradeFX where are to find ANE files I have.
I have a library that has only one ANE file. I need to include that library in my library I think using merged method but I'm not sure.
Support Staff 3 Posted by Yennick Trevels on 09 Aug, 2014 08:09 AM
ANE question: answered in http://support.gradlefx.org/discussions/questions/2982-dependency-o...