Hi there,
I have migrated a C++ project towards gradle native build and it really works great.
I can also upload artefacts (e.g. libs) via maven publish task in our local maven repo.
One thing i am still missing is:
- I want do download the required libs also from our local maven. How can I do this ?
- is there a way to specify the dependency (e.g. via PrebuildLibraries) ?
thanks for your help and kind regards,
Bernhard.