nativescript-cli icon indicating copy to clipboard operation
nativescript-cli copied to clipboard

Feature Request: Passing -P params to gradle

Open NathanaelA opened this issue 8 years ago • 2 comments

When you build for android it calls gradlew, gradle has -Pxxx where xxx is a value to allow you to control what it builds; one item that would be very useful to be able to set is the supportVersion

I would like tns to support passing on something maybe something like --gradle "-PsupportVersion=yyyy -Pblah=zzz -Petc=aaa"

NathanaelA avatar Feb 03 '17 08:02 NathanaelA

Perhaps this could be quite convenient to use: https://github.com/NativeScript/android-runtime/issues/1463

vmutafov avatar Aug 29 '19 12:08 vmutafov

@NathanaelA A PR is created https://github.com/NativeScript/nativescript-cli/pull/5630

farfromrefug avatar Feb 15 '22 12:02 farfromrefug