Closed guiliguili closed 1 year 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 ;)
https://docs.gradle.org/current/userguide/custom_tasks.html#sec:declaring_and_using_command_line_options
It would be really cool if we could pass ant properties via Command line, e.g. :
and/or