Install Gradle on macOS

Along with Maven, Gradle is also a tool that helps us build source code easily. Gradle’s strength is that it allows us to add custom code written in Groovy to perform operations that the default plugins do not support. In…