gradle/groovy: A simple way to check if a gradle task name has been invoked (e.g. “assembleRelease” for Android developers)
If you google for this question, you’ll find a bunch of crap answers about creating tasks and checking the task…
If you google for this question, you’ll find a bunch of crap answers about creating tasks and checking the task…
Sometimes you need to have resources in your sourceset and these may come from different locations on disk, the official…
In our project we like to deliver a single jar as the final product, if you need to copy files…
Sometimes you don’t want/cant use maven repos, all you have is a bunch of local jars on disk that you…
The documentation is not very clear on what all the available options are… after much Googling and many different attempts…