How do I provide command line help for a custom task in Gradle? -


i'm writing custom task, , people understand purpose , relevant properties printing description. so, when people execute:

gradle --task mytask 

the output should show:

[...] description     usage info mytask 

how provide this?


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -