Are there any benefits to using Gradle if I’m already using a modern IDE if I’m not part of a team, just writing JavaFX and Android programs for myself?
My previous question got closed as non constructive, I believe it’s a legitimate question. Thanks
It is not the fact the how many developers working, do you have any requirements from the following?
Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else
If you have any requirement of above highlighted and project is big enough that you can’t live happy with either ant scripts etc., (or) IDE provided build scripts, then you need Gradle type of tools. If you are on just learning type of project having this tool may help in learning those automation steps. This tools is not a mandatory one for web projects.