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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -