Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement : Pass ant property via command line #29

Closed
guiliguili opened this issue Jul 9, 2021 · 1 comment · Fixed by #56
Closed

Improvement : Pass ant property via command line #29

guiliguili opened this issue Jul 9, 2021 · 1 comment · Fixed by #56
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@guiliguili
Copy link
Member

guiliguili commented Jul 9, 2021

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 mpern added the enhancement New feature or request label Jul 10, 2021
@mpern mpern added the help wanted Extra attention is needed label Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants