Install Gradle into your machine, here are the Gradle installation steps: https://docs.gradle.org/current/userguide/installation.html#installation After successful installation of Gradle, below command should work in your command prompt/terminal window. > gradle -v ———————————————————— Gradle <<gradle version>> ———————————————————— Now navigate to the maven root…