Open
Description
Description
I wan't to be able to add some argument to gradlew, for exemple "--build-cache"
Platforms
- iOS
- Android
- Web
Request or proposed solution
Add an option like --extra-args "--custom-arg1 --custom-arg2" who allow to pass desired argument to gradlew at build time
Alternatives
Add an argument to allow build cache directly in capacitor cli (but the idea to have an extra args is a lot more flexible)
Additional Information
On my side i only need this arguments for gradlew, but it could be also a nice feature for IOS