SyntaxFix
Write A Post
Hire A Developer
Questions
You need to pass them as args to the task using project properties, something like:
args
args = [project.property('h')]
added to your task definition (see the dsl docs)
Then you can run it as:
gradle -Ph run