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 don’t want/cant use maven repos, all you have is a bunch of local jars on disk that you…