How to write and call methods in gradle script
As mentioned in our previous post where we discussed the flow of a gradle custom task, we will now talk about how we can define a custom method inside the Gradle script so that we can arrange our coding for a better understanding.
In one approach of writing methods are given below:
ext.myCustomMethod
