-
Improvement
-
Resolution: Fixed
-
Major
-
None
Right now all parameters are passed to gradle with -D. It would be more convenient in the gradle world to pass them with -P.
Perhaps a switch:
Pass parameters to gradle as: [ drop down list ]
- don't pass any parameters
- as gradle parameters (-P)
- as Java parameters (-D)
It is now also possible to pass parameters as -P to the Gradle invocation.