SAP / commerce-gradle-plugin

Gradle plugins for the full development lifecycle of a SAP Commerce project
Apache License 2.0
33 stars 12 forks source link

Improvement : Pass ant property via command line #29

Closed guiliguili closed 1 year ago

guiliguili commented 3 years ago

It would be really cool if we could pass ant properties via Command line, e.g. :

$ gradle -DantProperty.build.parallel=true -DantProperty.build.development.mode=true ybuild

and/or

$ gradle -DantProperties=build.parallel=true,build.development.mode=true ybuild # need to escape ',' in ant properties ;)
mpern commented 1 year ago

https://docs.gradle.org/current/userguide/custom_tasks.html#sec:declaring_and_using_command_line_options