nativescript-cli
nativescript-cli copied to clipboard
Feature Request: Passing -P params to gradle
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"
Perhaps this could be quite convenient to use: https://github.com/NativeScript/android-runtime/issues/1463
@NathanaelA A PR is created https://github.com/NativeScript/nativescript-cli/pull/5630